0.0.4 • Published 8 years ago

caffeinator-hipchat-plugin v0.0.4

Weekly downloads
10
License
-
Repository
-
Last release
8 years ago

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

  1. 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
  2. Install it in your hipchat room

Debugging

  1. Using IntelliJ, add a "NodeJS Remote Debug" debug config.

  2. Make sure it's using host "127.0.0.1" and port "5858"

  3. 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.