Skip to content

Instantly share code, notes, and snippets.

@pblca
Created January 27, 2015 21:46
Show Gist options
  • Save pblca/d2988e27f7be1e3cc73d to your computer and use it in GitHub Desktop.
Save pblca/d2988e27f7be1e3cc73d to your computer and use it in GitHub Desktop.
<!-- Include the PubNub Library -->
<script src="https://cdn.pubnub.com/pubnub-ds-b2.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'
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment