Created
May 23, 2018 11:13
-
-
Save hugomd/9573d55c1c9c86c147db33f64a424644 to your computer and use it in GitHub Desktop.
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
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