Skip to content

Instantly share code, notes, and snippets.

@ToeJamson
Created March 21, 2018 17:23
Show Gist options
  • Save ToeJamson/8cd86ba08e9d1d4346c91354d12b41cf to your computer and use it in GitHub Desktop.
Save ToeJamson/8cd86ba08e9d1d4346c91354d12b41cf to your computer and use it in GitHub Desktop.
location
setInterval(function() {
pubnub.publish({channel:pnChannel, message:{lat:window.lat + 0.001, lng:window.lng + 0.01}});
}, 500);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment