https://github.com/davidteather/uw-madison-covid-19
This is a dashboard to keep track of the current cases of coronavirus in and around the University of Wisconsin Madison.
https://github.com/davidteather/uw-madison-covid-19
angular2 covid-19 covid-19-tracker covid-outbreak covid19 dashboard university-of-wisconsin university-of-wisconsin-madison uw-madison uwmadison
Last synced: 30 days ago
JSON representation
This is a dashboard to keep track of the current cases of coronavirus in and around the University of Wisconsin Madison.
- Host: GitHub
- URL: https://github.com/davidteather/uw-madison-covid-19
- Owner: davidteather
- License: mit
- Created: 2020-08-26T00:53:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-06T21:45:31.000Z (over 5 years ago)
- Last Synced: 2025-10-05T21:51:28.231Z (8 months ago)
- Topics: angular2, covid-19, covid-19-tracker, covid-outbreak, covid19, dashboard, university-of-wisconsin, university-of-wisconsin-madison, uw-madison, uwmadison
- Language: TypeScript
- Homepage: http://madisoncovid19.com/
- Size: 904 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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](http://madisoncovid19.com/).
Consider sponsoring me on GitHub [here](https://github.com/sponsors/davidteather) or donating on [paypal](https://www.paypal.me/dteather)
## 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.