https://github.com/danqing/covid19
Visualize and compare COVID 19 growth rates of different countries
https://github.com/danqing/covid19
coronavirus covid-19 covid19
Last synced: 15 days ago
JSON representation
Visualize and compare COVID 19 growth rates of different countries
- Host: GitHub
- URL: https://github.com/danqing/covid19
- Owner: danqing
- License: mit
- Created: 2020-03-12T22:03:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T04:39:32.000Z (almost 5 years ago)
- Last Synced: 2025-05-04T05:39:24.586Z (18 days ago)
- Topics: coronavirus, covid-19, covid19
- Language: TypeScript
- Homepage: https://cream.io
- Size: 14.1 MB
- Stars: 22
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# covid19
A website to visualize and compare growth rates of COVID 19 around the globe. Data from WHO via OurWorldInData. https://cream.io.

## Pull New Data
You will need to have python for this
```
### Setting Up Python
# Install python 3.7
# On Mac I use pyenv# Install pipenv a python package manager
pipenv install
pipenv shell # This enables your virtual env so you use the right python deps### Running the data pull
python pull_new_data.py
```