slackjs
v0.0.2
Published
A nodejs module for the Slack Incoming Webhooks API
Downloads
7
Readme
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!!!!!!!");