bearyincomming

0.0.1 • 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

/bearyincomming/

    Package Sidebar

    Install

    npm i bearyincomming

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • bcho