0.1.4 • Published 7 years ago

properjs-slacker v0.1.4

Weekly downloads
3
License
-
Repository
github
Last release
7 years ago

slacker

Slackbot notifications normalized.

Installation

npm install properjs-slacker --save-dev

Usage

Once you have setup your Slack App and added an Incoming Slack Webhook, you can ping your channel with updates.

const slacker = require( "properjs-slacker" );

slacker(
    // String
    slackToken,

    // String
    slackWebhookUrl,

    // String
    slackChannel,

    // String
    messageContext,

    // Array
    messageArray
);