s4-slack
v0.0.3
Published
Slack s4 core connector.
Downloads
5
Readme
s4-slack
This module is to be used as a sender/receiver connector for s4 core.
Initializing
var SlackConnector = require('s4-slack'),
slack = new SlackConnector(bot, "YOUR-SLACK-KEY");
// then attach the `slack` variable or whatever you named it to the bot.