Created
March 21, 2018 17:23
-
-
Save ToeJamson/59b5e3914385fd06904feb4a465ea723 to your computer and use it in GitHub Desktop.
location
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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