Created
March 20, 2018 22:08
-
-
Save ToeJamson/99e07990422ba70d529999a69a87dc3b 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
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