hipchat-msg
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

hipchat-msg

HipChat notifications (API v2)

Usage

const HipChatNotifier = require('hipchat-msg').HipChatNotifier;

const { AUTH_TOKEN, ROOM_ID } = process.env;

const client = new HipChatNotifier({
  room: ROOM_ID,
  auth_token: AUTH_TOKEN,
});

client.message('Hello room!', {
  color: 'green',
});

Package Sidebar

Install

npm i hipchat-msg

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • i.gabesz