Last active
October 15, 2016 10:54
-
-
Save parambirs/5833b2914b14718ca5c5534f07c3066b to your computer and use it in GitHub Desktop.
Creating hipchat addons in node.js
This file contains 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
$ npm install -g atlas-connect | |
# Create new hipchat addon project with a template | |
$ atlas-connect new -t hipchat my-first-hipchat-addon | |
$ ngrok http 3000 | |
$ redis-server | |
$ heroku create psingh-hipchat-hello | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment