Download and install the following applications:
- GitHub Desktop (GIT interface)
- https://desktop.github.com/
- Sign in with GitHub account
- Atom (code editor)
- Gitter (chat client)
// License: MIT, feel free to use it! | |
const Intercom = require('intercom-client'); | |
const appId = 'APP_ID' | |
const apiKey = 'APP_KEY' | |
const client = new Intercom.Client(appId, apiKey); | |
const async = require('async-q') | |
//REF: https://developers.intercom.com/reference#iterating-over-all-users | |
//WARNING: you can only have one scroll working at once. you need to wait for that scroll to clear to try again |
Download and install the following applications:
Terminal commands |