Skip to content

Instantly share code, notes, and snippets.

@elizabethsiegle
Created June 2, 2016 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elizabethsiegle/ca973b55e285fa987b8304855328c7c8 to your computer and use it in GitHub Desktop.
Save elizabethsiegle/ca973b55e285fa987b8304855328c7c8 to your computer and use it in GitHub Desktop.
function getStreamData() {
pubnubTweet.subscribe({
channel: channel,
callback: processData
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment