Skip to content

Instantly share code, notes, and snippets.

@ToeJamson
Created March 21, 2018 17:23
Show Gist options
  • Save ToeJamson/59b5e3914385fd06904feb4a465ea723 to your computer and use it in GitHub Desktop.
Save ToeJamson/59b5e3914385fd06904feb4a465ea723 to your computer and use it in GitHub Desktop.
location
var pnChannel = "map3-channel";
var pubnub = new PubNub({
publishKey: 'YOUR_PUB_KEY',
subscribeKey: 'YOUR_SUB_KEY'
});
pubnub.subscribe({channels: [pnChannel]});
pubnub.addListener({message:redraw});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment