negra1m / Covid-19-Statistics-Dashboard-Angular-9

🦠Corona Virus / Covid 19 Tracker Dashboard With Awesome UI + PWA + NodeJS Scraper

Home Page:https://coronastatistics.live

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to 🦠 COVID-19/Corona Statistics Dashboard Angular 9 👋

Version Version License: MIT Buy Me A Coffee Twitter: OssamaRafique

Covid Stats Live Dashboard

🏠 Homepage

Demo

Join Discord Server For Help

Screenshots

Covid Stats Live Dashboard Screenshot 1

Covid Stats Live Dashboard Screenshot 2

Covid Stats Live Dashboard Screenshot 3

Covid Stats Live Dashboard Screenshot 4

Covid Stats Live Dashboard Screenshot 5

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

About

🦠Corona Virus / Covid 19 Tracker Dashboard With Awesome UI + PWA + NodeJS Scraper

https://coronastatistics.live

License:MIT License


Languages

Language:CSS 75.6%Language:TypeScript 13.4%Language:HTML 8.5%Language:JavaScript 2.5%