Snotify
Node.js wrapper around Slack API
Installation
npm install snotify
Usage
var slack = require("snotify");
slack.send(
"Your slack webhook url",
"Your message"
);
Tests
npm install
npm test
npm install snotify
var slack = require("snotify");
slack.send(
"Your slack webhook url",
"Your message"
);
npm install
npm test
Bytes is a JavaScript newsletter you'll actually enjoy reading.
Delivered every Monday, for free.