Home

Awesome

<h1 align="center">(Unmaintained Repo) Welcome to 🦠 COVID-19/Corona Statistics Dashboard Angular 👋</h1> <p> <img alt="Version" src="https://img.shields.io/badge/version-1.5.0-blue.svg?cacheSeconds=2592000" /> <img alt="Version" src="https://img.shields.io/badge/build-passing-brightgreen" /> <a href="#" target="_blank"> <img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" /> </a> <!-- <a href="https://discord.gg/QFmHc9" target="_blank"> <img alt="Discord Server" src="https://user-images.githubusercontent.com/7288322/34472039-a19b9ed4-efbc-11e7-8946-c1ff405ae2a6.png" /> </a> --> <a href="https://ko-fi.com/ossamarafique" target="_blank"> <img alt="Buy Me A Coffee" src="https://www.ko-fi.com/img/githubbutton_sm.svg" /> </a> <a href="https://twitter.com/OssamaRafique" target="_blank"> <img alt="Twitter: OssamaRafique" src="https://img.shields.io/twitter/follow/OssamaRafique.svg?style=social" /> </a> </p> <img alt="Covid Stats Live Dashboard" src="https://coronastatistics.live/assets/images/preview.png" />

🏠 Homepage

Demo

Join Discord Server For Help

Screenshots

<img alt="Covid Stats Live Dashboard Screenshot 1" src="https://coronastatistics.live/screenshots/scn1.png" /> <img alt="Covid Stats Live Dashboard Screenshot 2" src="https://coronastatistics.live/screenshots/scn2.png" /> <img alt="Covid Stats Live Dashboard Screenshot 3" src="https://coronastatistics.live/screenshots/scn3.png" /> <img alt="Covid Stats Live Dashboard Screenshot 4" src="https://coronastatistics.live/screenshots/scn4.png" /> <img alt="Covid Stats Live Dashboard Screenshot 5" src="https://coronastatistics.live/screenshots/scn5.png" />

Build the Angular project

npm install
ng build

Run the Angular Project

npm install
ng serve

Run the Node.js Project (open server folder)

Rename config.example.json to config.json and fill in the details

{
  "redis": {
    "host": "host",
    "password": "1234"
  },
  "keys": {
    "all": "coronastatistics:all",
    "countries": "coronastatistics:countries",
    "timeline": "coronastatistics:timeline",
    "timelineglobal": "coronastatistics:timelineglobal"
  },
  "interval": 600000
}
npm install
node server.js

Edit src/app/core/services/getdata.service.ts and replace with your own api url.

  private host = "https://api.coronastatistics.live"

API Endpoints

Author

👤 Ossama Rafique

Show your support

Give a ⭐️ if this project helped you!

ko-fi