Skip to content

Instantly share code, notes, and snippets.

View rohinip's full-sized avatar

Rohini rohinip

  • Square
  • San Francisco, CA
View GitHub Profile
<!-- 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: 'demo',
subscribe_key: 'demo'
});