Skip to content

frank-chris/covid

Repository files navigation

covid

This is the release version

Usage

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:

  1. pandas 0.24.2
  2. numpy 1.15.0
  3. json 2.0.9
  4. requests 2.18.4