slackjs

0.0.2 • Public • Published

slackjs

Node module for the Slack Incoming Webhooks API

var slack = require('./index');
 
slack.config({
  token: 'yourtoken',
  domain: 'yourdomain'
});
 
var session = test.newSession('#general', 'FancyBot', ':ghost:');
 
session.message("Hello World!!!!!!!");

/slackjs/

    Package Sidebar

    Install

    npm i slackjs

    Weekly Downloads

    0

    Version

    0.0.2

    License

    GPLv2

    Last publish

    Collaborators

    • devinsba