georgeberar / pubnub-sample

Simple angular project using the publish/subscribe mechanism from PubNub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PubNub Sample

Simple angular project using the publish/subscribe mechanism from PubNub.

capture
Generated chart with values

PubNub set up

You can check this awesome platform going here.

  1. Create an account here
  2. Login to your account and create a new app using CREATE NEW APP button
  3. Open your created app and create a new keyset using CREATE NEW KEYSET button. Name it 'telemetry'
  4. You will need to copy the publish & subscribe keys from your keyset into server.js and home.component.ts files

Angular CLI

In order to run this app you must have the Angular CLI installed. You can install it using npm install -g @angular/cli. More informations here

About

Simple angular project using the publish/subscribe mechanism from PubNub


Languages

Language:TypeScript 69.4%Language:JavaScript 22.2%Language:HTML 5.7%Language:CSS 2.7%