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

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)

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)