jackmakesthings / hipchat-bot

Server-side node module for parsing and resolving HipChat integration hooks. Easy to extend for custom Integrations and Chatbots.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hipchat-bot Build Status

Server-side node module for parsing and resolving HipChat integration hooks. Easy to extend for custom Integrations and Chatbots.

Extend this module and override the parseReq method, returning a promise that resolves or rejects with a hipchat message object containing either the desired response or an error message.

To return GIFS, you will need an Imgur API Client ID.

Learn more

Read How to create a HipChat webhook.

About

Server-side node module for parsing and resolving HipChat integration hooks. Easy to extend for custom Integrations and Chatbots.

License:MIT License


Languages

Language:JavaScript 100.0%