hipchat-client

1.0.5 • Public • Published

hipchat-client

NPM Version Build Status Package downloads

var HipChatClient = require('hipchat-client');
 
var hipchat = new HipChatClient('auth_token');
 
hipchat.api.rooms.message({
  room_id: 'Frontend',
  from: 'HipChat Client',
  message: 'Hello world!'
}, function (err, res) {
  if (err) { throw err; }
  console.log(res);
});

Installation

$ npm install hipchat-client

API and documentation

More information at HipChat API Documentation

Running Tests

To run the test suite, first invoke the following command within the repo, installing the development dependencies:

$ npm install

Then run the tests:

$ npm test

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i hipchat-client

Weekly Downloads

2

Version

1.0.5

License

MIT

Last publish

Collaborators

  • germanrcuriel