0.0.4 • Published 6 years ago

chime-client v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

chime-client

Send messages over Amazon Chime webhooks and more.

Installation

npm install chime-client

Usage

// commonjs
const { Chime } = require('chime-client');

// es6
import Chime from 'chime-client';

const client = new Chime('your-webhook-url');

client.message('Hello world!');

Development

I will try to add new Amazon Chime features as they become available.