Covid 19 status Flask application with CovidAPI and Heroku
![](https://www.deeplearningdaily.com/wp-content/uploads/2021/10/covid-19-status-flask-application-with-covidapi-and-heroku_6162131847b7d-375x210.jpeg)
In this project we see total count of people who got this virus and total death.
How does it works
- Written in Python.
- Web app, Flask.
- package managing with PipEnv.
- Using CovidAPI.
- Domain with CloudFlare.
- Developed by Amirhossein.
- Hosted by Heroku.
Where to see
Open covid-blackiq.herokuapp.com/.
Contribute
For small changes, open an issue or do it by yourself.
How to run
- First clone it and go to the directory. Run
pipenv shell
.
$ git clone https://github.com/BlackIQ/covid
$ cd covid
$ pipenv shell
$ pip install flask requests