This is the release version
Run the python script named update_actualdatajs.py(data/actualdata/update_actualdatajs.py) daily on the server to have up-to-date actual data, from the COVID-19 API.
It downloads the latest csv file and updates actualdata.js
The python script requires the following packages:
- pandas 0.24.2
- numpy 1.15.0
- json 2.0.9
- requests 2.18.4