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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i bearyincoming

    Weekly Downloads

    2

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • bcho