Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).