Skip to content

clovisphere/covid-19-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 API

What if we could use Flask to build a basic COVID-19 API? I thought this would be an interesting weekend hack project, and a good way to dive into Python and Flask the right way - or is it the hard way?

How to use

Important information

This API consumes data made available by the good people of JHU - CSSE - all I am doing is transforming the .csv data and making it sexier 😚.. So if you wanna thank someone, please thank the JHU - CSSE guys 👏 and buy them 🍻 on my behalf.

Prerequisite

Usage

  1. Clone the app
$ git clone https://github.com/clovisphere/covid-19-api.git
  1. To bring to life your setup 🌠 🚀
$ cd myproject # this repo
$ pipenv --python 3
$ pipenv install
$ pipenv shell
$ ./run.py
API Documentation

(work in progress)

Enjoy ✌️😎

Releases

No releases published

Packages

No packages published

Languages