All Projects → OssamaRafique → Covid 19 Statistics Dashboard Angular 9

OssamaRafique / Covid 19 Statistics Dashboard Angular 9

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

Projects that are alternatives of or similar to Covid 19 Statistics Dashboard Angular 9

vue-d3-charts
D3 charts for Vue
Stars: ✭ 66 (-76.6%)
Mutual labels:  charts
react-native-tcharts
基于React Native ART的图表组件库
Stars: ✭ 25 (-91.13%)
Mutual labels:  charts
Fl chart
A powerful Flutter chart library, currently supporting Line Chart, Bar Chart, Pie Chart, Scatter Chart and Radar Chart.
Stars: ✭ 3,882 (+1276.6%)
Mutual labels:  charts
swwmgz m
Codename: Demolitionist. An ambitious GZDoom gameplay mod featuring non-stop over-the-top action, crazy guns, and a cute, sassy robot protagonist, as well as lots of LORE. (Formerly known as SWWM GZ)
Stars: ✭ 23 (-91.84%)
Mutual labels:  mit-license
compose-charts
Simple Jetpack Compose Charts for multi-platform. Including Android, Web, Desktop.
Stars: ✭ 30 (-89.36%)
Mutual labels:  charts
acceptance-testing
Acceptance test suite for the Helm client
Stars: ✭ 22 (-92.2%)
Mutual labels:  charts
RocketOS
RocketOS is a Unix based OS that uses legacy BIOS and GRUB and is written in C17. It is being developed for educational purposes primarily, but it still is a serious project. It is currently in its infancy.
Stars: ✭ 23 (-91.84%)
Mutual labels:  mit-license
Blazer
Business intelligence made simple
Stars: ✭ 3,102 (+1000%)
Mutual labels:  charts
jsonlint
Lightweight command-line tool for validating JSON
Stars: ✭ 27 (-90.43%)
Mutual labels:  mit-license
Ej2 Javascript Ui Controls
Syncfusion JavaScript UI controls library offer more than 50+ cross-browser, responsive, and lightweight HTML5 UI controls for building modern web applications.
Stars: ✭ 256 (-9.22%)
Mutual labels:  charts
chaarts
Charts with HTML & CSS
Stars: ✭ 79 (-71.99%)
Mutual labels:  charts
vgauge
A wrapper library for GaugeJS
Stars: ✭ 45 (-84.04%)
Mutual labels:  charts
sqlite-okapi-bm25
📑 SQLite extension to add the Okapi BM25 ranking algorithm
Stars: ✭ 30 (-89.36%)
Mutual labels:  mit-license
ux-charts
Simple, responsive, modern Charts with zero dependencies
Stars: ✭ 22 (-92.2%)
Mutual labels:  charts
React Native Svg Charts Examples
A collection of usage examples of react-native-svg-charts
Stars: ✭ 266 (-5.67%)
Mutual labels:  charts
sintelgame
An open source adventure game created with Blender
Stars: ✭ 81 (-71.28%)
Mutual labels:  mit-license
helm-nifi
Helm Chart for Apache Nifi
Stars: ✭ 124 (-56.03%)
Mutual labels:  charts
Charts
Bitnami Helm Charts
Stars: ✭ 4,439 (+1474.11%)
Mutual labels:  charts
Swiftui Charts
🚀 SwiftUI Charts with custom styles
Stars: ✭ 272 (-3.55%)
Mutual labels:  charts
Chart Releaser
Hosting Helm Charts via GitHub Pages and Releases
Stars: ✭ 253 (-10.28%)
Mutual labels:  charts

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].