bearyincoming

0.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i bearyincoming

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • bcho