Skip to content

Instantly share code, notes, and snippets.

@ToeJamson
Created October 17, 2014 18:26
Show Gist options
  • Save ToeJamson/5209ce0ab398c8784f8c to your computer and use it in GitHub Desktop.
Save ToeJamson/5209ce0ab398c8784f8c to your computer and use it in GitHub Desktop.
Sample PubNub Keys
<!-- Include the PubNub Library -->
<script src="https://cdn.pubnub.com/pubnub.min.js"></script>
<!-- Instantiate PubNub -->
<script type="text/javascript">
var PUBNUB_demo = PUBNUB.init({
publish_key: 'Unique Publish Key Here',
subscribe_key: 'Unique Subscribe Key Here'
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment