Retrieve coronavirus current and historical data.
Run the commands below if you want to test it in a virtual environment:
## Prerequisites
pip3 install virtualenv
virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt
For instance, running this command would return coronavirus data for January 2023.
python3 example.py
Leave the virtual environment:
deactivate
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the Sustainable Use License - see the file for details.
(c) 2020 - 2023 Moat Systems Limited.