UNPKG

atlassian-connect-express-hipchat

Version:

HipChat compatibility layer for atlassian-connect-express (ACE)

24 lines (16 loc) 1.43 kB
# atlassian-connect-express-hipchat: Node.js module for Express based HipChat Connect Add-ons Atlassian-Connect-Express-hipchat (ACE) is a NPM module to help developers build HipChat add-ons using [HipChat Connect](https://developer.atlassian.com/hipchat/getting-started). Building a HipChat add-on with ACE is relatively simple, as it generates most of the plumbing for you, using Node.js and Express as the add-on server. Express by itself is a web app framework for Node. atlassian-connect-express-hipchat just provides a library of middleware and convenience helpers that make it easier to build HipChat add-ons. ##Tutorial The following tutorial explains what you need to do to build a HipChat Connect add-on using ACE: [Getting started with atlassian-connect-express](https://developer.atlassian.com/pages/viewpage.action?pageId=38447459) ## Getting Help or Support You can get help by emailing <integrations@hipchat.com> or [report bugs](https://bitbucket.org/hipchat/atlassian-connect-express-hipchat/issues?status=new&status=open). If you want to learn more about HipChat Connect, you can visit <https://developer.atlassian.com/hipchat/getting-started>. ## Contributing Even though this is just an exploratory project at this point, it's also open source [Apache 2.0](https://bitbucket.org/atlassian/atlassian-connect-express-hipchat/src/master/LICENSE.txt). So, please feel free to fork and send us pull requests.