Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 972 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 972 Bytes

hubhip

This project translates webhook calls of Github's pre-built (and outdated) Hipchat integration to Hipchat's room notification API.

running

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)

deploying

There is everything in place to deploy this as a Heroku application.