Skip to content

Instantly share code, notes, and snippets.

@christiannwamba
Created December 21, 2017 14:18
Show Gist options
  • Save christiannwamba/484dac8babbe07513e702691eca82acf to your computer and use it in GitHub Desktop.
Save christiannwamba/484dac8babbe07513e702691eca82acf to your computer and use it in GitHub Desktop.
const pusher = new Pusher({
appId: 'PUSHER-ID',
key: 'PUSHER-KEY',
secret: 'PUSHER-SECRET',
encrypted: true
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment