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
- Host: GitHub
- URL: https://github.com/willosof/covid-19
- Owner: willosof
- License: mit
- Archived: true
- Created: 2020-03-26T00:25:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T12:58:31.000Z (over 6 years ago)
- Last Synced: 2025-03-16T14:13:19.979Z (over 1 year ago)
- Topics: corona, covid-19, heatmap, map, virus
- Language: JavaScript
- Homepage: https://willosof.github.io/covid-19/
- Size: 3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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`