bearyincomming
v0.0.1
Published
Incoming message builder for BearyChat.
Downloads
10
Readme
Beary Incoming
Incoming message builder for BearyChat.
Usage
Build an incoming message
const bearychat = require('bearyincoming');
bearychat
.withText('hello, world')
.build();
Push to BearyChat
bearychat
.withTitle('Use the Source, Luke')
.pushTo('https://hook.bearychat.com/blahblah');
License
MIT