corona-analysis is a Python library for maintain and visualise covid-19 cases data. all data from www.worldometers.info
Use the package manager pip to install dependences.
pip install -r requirements.txt
Deploy with docker and api container will expose the data endpoints.
An example with the endpoint '/api/corona/v1.0/all':
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.