Skip to content

Instantly share code, notes, and snippets.

@ToeJamson
Created March 20, 2018 22:16
Show Gist options
  • Save ToeJamson/7c375fb85bca761f7ad7b5b3ad8424eb to your computer and use it in GitHub Desktop.
Save ToeJamson/7c375fb85bca761f7ad7b5b3ad8424eb to your computer and use it in GitHub Desktop.
location
setInterval(function() {
pubnub.publish({channel:pnChannel, message:currentLocation()});
}, 5000);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment