Created
February 19, 2018 04:45
-
-
Save shyampurk/79b2e856085bacab3a05ae8ffd63105d to your computer and use it in GitHub Desktop.
Event Customer Feedback PubNub Init
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var pubnub = PUBNUB({ | |
publish_key : /* YOUR PUBLISH KEY*/, | |
subscribe_key : /* YOUR SUBSCRIBE KEY*/ | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment