This project translates webhook calls of Github's pre-built (and outdated) Hipchat integration to Hipchat's room notification API.
Assuming you have npm and nodejs installed the application should just start.
$ npm install
$ node index.js
If you actually want to use this, you should configure some environment variables before running.
Variable | Description |
---|---|
PORT | Listen port of the application (defaults to 5000) |
HIPCHAT_HOST | Hipchat server to be called (defaults to https://hipchat.zalando.net) |
There is everything in place to deploy this as a Heroku application.