coviTRACK is a lightweight COVID-19 tracking application.
Simply, enter the country in which you'd like to get statistics for, and then be greeted with easy-to-read information.
coviTRACK eliminates the need for digging around, scrolling and seeing pop-up ads with its simple, yet effective use-case.
-
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
-
brew install python
-
pip3 install beautifulsoup4
-
pip3 install requests
- Enter the country in which you'd like COVID-19 stats for and press Return. That's how simple coviTRACK is!
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.