Skip to content

Instantly share code, notes, and snippets.

@ToeJamson
Created March 20, 2018 22:08
Show Gist options
  • Save ToeJamson/99e07990422ba70d529999a69a87dc3b to your computer and use it in GitHub Desktop.
Save ToeJamson/99e07990422ba70d529999a69a87dc3b to your computer and use it in GitHub Desktop.
location
setInterval(function() {
pubnub.publish({channel:pnChannel, message:circlePoint(new Date().getTime()/1000)});
}, 500);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment