https://github.com/devbyray/corona-dashboard
🦠real time (basic) dashboard for tracking development of the new coronavirus (COVID-19, SARS-CoV-2)
https://github.com/devbyray/corona-dashboard
Last synced: about 1 year ago
JSON representation
🦠real time (basic) dashboard for tracking development of the new coronavirus (COVID-19, SARS-CoV-2)
- Host: GitHub
- URL: https://github.com/devbyray/corona-dashboard
- Owner: devbyray
- License: mit
- Created: 2020-03-19T11:32:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T11:44:23.000Z (about 6 years ago)
- Last Synced: 2025-01-12T10:11:52.935Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 354 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Simple coronavirus dashboard
Basic real time dashboard for tracking development of the new coronavirus (COVID-19, SARS-CoV-2).
* total (confirmed, deaths and recovered persons)
* confirmed per country
* deaths per country
* confirmed per country
Uses [ExpDev07: coronavirus-tracker-api](https://github.com/ExpDev07/coronavirus-tracker-api) for data. See the [live version](https://corona-dashboard.mrfrontend.org/)
This is a fast (< 200ms) and basic API, written in python using Flask.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.6.

## Quick start
First clone this repo: `git clone https://github.com/jeroenouw/corona-dashboard.git`.
Change directory to this project
Run `npm install` to install all the dependencies.
Run `npm start` to run this project.
Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Credits
[ExpDev07: coronavirus-tracker-api](https://github.com/ExpDev07/coronavirus-tracker-api)
[ngx-charts](https://swimlane.github.io/ngx-charts/#/ngx-charts/bar-vertical)