Skip to content

Instantly share code, notes, and snippets.

@JonathanZWhite
Created April 17, 2016 19:11
Show Gist options
  • Save JonathanZWhite/ede02ab484aa0a2313b9e665e8dcf244 to your computer and use it in GitHub Desktop.
Save JonathanZWhite/ede02ab484aa0a2313b9e665e8dcf244 to your computer and use it in GitHub Desktop.
'use strict'
const Messenger = require('./lib/messenger')
const messenger = new Messenger()
messenger.listen()
.then(() => {
console.log('🤖 Listening to incoming messages')
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment