caffeinator-hipchat-plugin
v0.0.4
Published
Is a HipChat bot to manage your coffee runs.
Downloads
8
Readme
Atlassian Caffeinator
Is a HipChat bot to manage your coffee runs.
Once installed to a room you can type /help for all of the available commands.
Getting Started
Development setup
$ npm install $ brew install redis $ ./ngrok -subdomain <subdomain> 3000 $ NODE_ENV=development AC_LOCAL_BASE_URL=https://<subdomain>.ngrok.com DATABASE_URL=redit://localhost:6379 nodemon --debug app.js
Install it in your hipchat room
Debugging
Using IntelliJ, add a "NodeJS Remote Debug" debug config.
Make sure it's using host "127.0.0.1" and port "5858"
Debug!
Making changes
Please submit a PR for any changes.
Deploying a change
You will need SSH access to the Heroku instance. If you need a deployment you can ask Leo Balan, John Jiang or Herman Chow.