An open API service indexing awesome lists of open source software.

https://github.com/willosof/covid-19

COVID-19 Timeline Heatmap
https://github.com/willosof/covid-19

corona covid-19 heatmap map virus

Last synced: 9 months ago
JSON representation

COVID-19 Timeline Heatmap

Awesome Lists containing this project

README

          

![Demo image](https://github.com/willosof/covid-19/blob/master/demo.gif?raw=true)

# Disclaimer
I threw this page together for a friend, and you probably shouldn't rely on it for, well, anything at all. The data used is fetched directly from the 2019 Novel Coronavirus COVID-19 (2019-nCoV) Data Repository by Johns Hopkins CSSE. Feel free to improve this page by sending me a pull request!

## Project setup
1. Install node.js (i use 10.13.0, but you could probably use almost whatever you want for this)
2. Clone the project and enter the project folder
3. Install modules with `npm install`
4. Start dev environment with `npm start`