Skip to content

Instantly share code, notes, and snippets.

@pblca
Last active August 29, 2015 14:13
Show Gist options
  • Save pblca/d5665cff9d1d6b0edfff to your computer and use it in GitHub Desktop.
Save pblca/d5665cff9d1d6b0edfff to your computer and use it in GitHub Desktop.
<!-- 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: 'Your Publish Key Here',
subscribe_key: 'Your Subscribe key Here',
secret_key: 'Your Secret key Here'
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment