Skip to content

saiayyappa/angular-demographics

 
 

Repository files navigation

Angular-Realtime-Data-Visualization

Realtime data visualisation using Pusher and Angular

View tutorial

Prerequisites

Getting started

  • Clone the project and install dependencies:
  • Create a file named .env. Update the .env file with the content below:
PUSHER_APP_ID=app-id
PUSHER_APP_KEY=app-key
PUSHER_APP_SECRET=app-secret
  • Update the pusher.service.ts file with your pusher key

Note: ensure to replace the placeholder values with your pusher appId, key and secret.

Built With

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 64.0%
  • JavaScript 13.7%
  • HTML 11.5%
  • CSS 10.8%