Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshuachinemezu/covid19-reporter-api
Python API for Covid-19 Reporter
https://github.com/joshuachinemezu/covid19-reporter-api
coronavirus coronavirus-analysis coronavirus-real-time coronavirus-tracking covid flask heroku pomber-api python
Last synced: 11 days ago
JSON representation
Python API for Covid-19 Reporter
- Host: GitHub
- URL: https://github.com/joshuachinemezu/covid19-reporter-api
- Owner: joshuachinemezu
- Created: 2020-04-27T21:21:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:41:38.000Z (almost 2 years ago)
- Last Synced: 2023-02-28T05:42:46.378Z (over 1 year ago)
- Topics: coronavirus, coronavirus-analysis, coronavirus-real-time, coronavirus-tracking, covid, flask, heroku, pomber-api, python
- Language: Python
- Homepage: https://covid-reporter-engine.herokuapp.com/global/stats
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Covid-19 Reporter API
Visualize latest coronavirus information with some filters and history data.
Corona virus API for showing number of cases, deaths, recoveries and active patients around the globe# Setup
- Clone the repository `git clone https://github.com/joshuachinemezu/covid19-reporter-api`
## Without Docker
- Install virtualenv https://virtualenv.pypa.io/en/stable/installation.html
- Setup virtualenv `virtualenv venv`
- Activate virtualenv `source venv/bin/activate`
- Install dependencies `pip install -r requirements.txt`
- To start app `python run.py`## With Docker
- Build image
- `docker build -t covid-reporter-api:latest .`
or
- `make build`
- Run container
- `docker run -p 5000:5000 covid-reporter-api`
or
- `make run`# Technologies
- Python (Flask)
- Pomber Covid API https://github.com/pomber/COVID19
- CoronaStatistics API http://api.coronastatistics.live
- Heroku## Contributions
- Spread the word
- Give it a star
- Open pull requests## License
MIT © [Joshua Chinemezu](https://github.com/joshuachinemezu)