https://github.com/davidgamero/gatech-covid-chart
Line chart showing COVID19 cases per day at Georgia Tech
https://github.com/davidgamero/gatech-covid-chart
covid covid19 data gatech
Last synced: 8 months ago
JSON representation
Line chart showing COVID19 cases per day at Georgia Tech
- Host: GitHub
- URL: https://github.com/davidgamero/gatech-covid-chart
- Owner: davidgamero
- Created: 2020-08-26T04:17:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-01T04:29:51.000Z (over 5 years ago)
- Last Synced: 2025-02-06T12:48:15.971Z (over 1 year ago)
- Topics: covid, covid19, data, gatech
- Language: JavaScript
- Homepage: https://davidgamero.github.io/gatech-covid-chart/
- Size: 4.88 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📈 GATech Covid-19 Chart
A line chart showing Covid-19 cases aggregated per day from the [GATech Exposure and Health Alerts](https://health.gatech.edu/coronavirus/health-alerts)
## Demo
[Chart with Live Data](https://davidgamero.github.io/gatech-covid-chart/)
## Details
💾 Data is scraped and sourced by my [gatech-covid-data-scraper](https://github.com/davidgamero/gatech-covid-data-scraper)
📂 CSV Parsing with [PapaParse](https://www.papaparse.com/)
📊 Chart Plotting with [nivo](https://nivo.rocks/)
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).