Skip to content

Instantly share code, notes, and snippets.

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