Skip to content

This is a dashboard to keep track of the current cases of coronavirus in and around the University of Wisconsin Madison.

License

Notifications You must be signed in to change notification settings

davidteather/UW-Madison-Covid-19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UW-Madison-Covid-19

This is another Covid-19 dashboard designed to track the current positive & negative cases of coronavirus within and near the University of Wisconsin Madison, based on Wisconsin provided data.

You can visit the website at madisoncovid19.com.

Consider sponsoring me on GitHub here or donating on paypal

Running Locally

You need to have angular2 installed, then you can run the following command to start up a server running locally on your computer.

Installing Node Modules

cd corona-dashboard && npm install && ng serve

If you've already installed them run the following

ng serve

There's also an auto-generated readme file by angular in the angular project directory.