danqing / covid19

Visualize and compare COVID 19 growth rates of different countries

Home Page:https://cream.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

covid19

A website to visualize and compare growth rates of COVID 19 around the globe. Data from WHO via OurWorldInData. https://cream.io.

Screenshot

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

About

Visualize and compare COVID 19 growth rates of different countries

https://cream.io

License:MIT License


Languages

Language:TypeScript 73.6%Language:CSS 17.1%Language:Python 4.9%Language:HTML 4.3%