Skip to content

Instantly share code, notes, and snippets.

@hugomd
Created May 23, 2018 11:13
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 hugomd/9573d55c1c9c86c147db33f64a424644 to your computer and use it in GitHub Desktop.
Save hugomd/9573d55c1c9c86c147db33f64a424644 to your computer and use it in GitHub Desktop.
const { ChatManager, TokenProvider } = require('@pusher/chatkit')
const { JSDOM } = require('jsdom')
const util = require('util')
const prompt = require('prompt')
+ const axios = require('axios')
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment