Skip to content

Instantly share code, notes, and snippets.

@domadev812
Forked from ToeJamson/PubNubKeys.html
Last active November 15, 2017 21:06
Show Gist options
  • Save domadev812/8d14199745575cbbd1ecaf45f022cb3c to your computer and use it in GitHub Desktop.
Save domadev812/8d14199745575cbbd1ecaf45f022cb3c to your computer and use it in GitHub Desktop.
Sample PubNub Keys
<!-- Include the PubNub Library -->
<script src="https://cdn.pubnub.com/sdk/javascript/pubnub.4.17.0.js"></script>
<!-- Instantiate PubNub -->
<script type="text/javascript">
var pubnub = new PubNub({
subscribeKey: 'Unique Subscribe Key Here',
publishKey: 'Unique Publish Key Here',
ssl: true
})
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment