Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-01T04:29:51.000Z (about 4 years ago)
- Last Synced: 2024-10-26T15:18:32.084Z (about 2 months 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).