Skip to content

Instantly share code, notes, and snippets.

@ToeJamson
Created March 20, 2018 22:16
Show Gist options
  • Save ToeJamson/cfb1da4b30587a6224af582ef207a557 to your computer and use it in GitHub Desktop.
Save ToeJamson/cfb1da4b30587a6224af582ef207a557 to your computer and use it in GitHub Desktop.
location
var pnChannel = "map2-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