Socket
Socket
Sign inDemoInstall

ac-node-hipchat

Package Overview
Dependencies
70
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ac-node-hipchat

A common module plugin for building Atlassian Connect add-ons for HipChat


Version published
Weekly downloads
21
decreased by-25%
Maintainers
3
Install size
8.51 MB
Created
Weekly downloads
 

Readme

Source

Codeship Status for rbergman/ac-node-hipchat

What?

A set of modules useful for building web-framework-specific support for Atlassian Connection add-ons for HipChat. It is developed for use by the [atlassianlabs/ac-koa-hipchat] library, but should be useful for building similar adapters for other web frameworks, should that be desirable.

The main library source is written to be compatible with Node.js v0.10.x, but the tests rely on ES6 generators, which means you must use Node.js v0.11.x to run the tests. Using nvm to manage multiple Node.js versions is recommended.

Running Tests

If you don't have nvm, install it. It's not strictly required, but will aid tremendously in running multiple versions of Node.js.

$ curl https://raw.githubusercontent.com/creationix/nvm/v0.12.1/install.sh | bash

For more advanced help with nvm, see its website.

If you need Node.js v0.11.x, install and select it.

$ nvm install v0.11.13
$ nvm use v0.11.13

Next, make sure you have this repository's dependencies installed.

$ cd ac-node-hipchat
$ npm install

Finally, run the full test suite.

$ npm test

Keywords

FAQs

Last updated on 30 May 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc