This package has been deprecated

Author message:

no longer utilizing this module

properjs-slacker

0.1.4 • Public • Published

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
);

/properjs-slacker/

    Package Sidebar

    Install

    npm i properjs-slacker

    Weekly Downloads

    0

    Version

    0.1.4

    License

    none

    Last publish

    Collaborators

    • kitajchuk