aboutsummaryrefslogtreecommitdiffstats
path: root/main.py
Commit message (Collapse)AuthorAgeFilesLines
* Added new API implementation, and works good enough for an irrelevant project.Alex2023-04-101-141/+104
|
* Temporarily removed deaths plot - legacy deaths download is no longer ↵Alex2020-08-181-17/+23
| | | | available as the data series has been discontinued (will update to use API in the future)
* Removed testing code that was accidentally left inAlex2020-07-311-7/+0
|
* Added error checking - will improve in next commitAlex2020-07-311-7/+25
|
* Added requirements.txt and updated main.pyAlex2020-07-271-110/+67
| | | | | | | | | | Now, there is a fully functioning progress indicator that uses the yaspin module. Previously, the script would check if the local data stored was already today's date. However, if the data was updated through the day and the source file was updated, the script would not download the newest version. I have removed this for simplicity purposes. I'm not sure if its the conventional method of writing a requirements file, but it serves to show what modules the user may need to install.
* Added cumulative deaths and cases plotsAlex2020-07-261-3/+11
|
* Initial commitAlex2020-07-261-0/+173
git.ajschof.me — hosted by ajschofield — powered by cgit