Skip to content

jshin313/unofficial-temple-covid-live-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unofficial Covid Dashboard (https://temple-covid.herokuapp.com/)

Compiles data from my university's covid page.

While the university's official covid dashboard only displays cases for one day and then promptly delets the data for the past days, my dashboard stores data for every day and compiles it into graphs and charts to see how the cases progress over time.

Visitors can also see case stastics for every day unlike the official dashboard.

This site currently has 4 charts/graphs to show the progression of COVID throughout the semester.

Screenshots

First Screenshot of Webpage (Bar chart) Second Screenshot of Webpage (Line Chart) First Screenshot of Webpage (Change in cases chart)

Installation

$ pip install -r requirements.txt
$ flask run