0.0.2 • Published 8 years ago
slackkit v0.0.2
slackkit
The most simple Slack notification package.
Example
const slack = require('slackkit')(SLACKWEBHOOK);
slack.post({
"channel": 'signups',
"text": "New signup"
})
Installation
npm install slackkit
Get your webhook at: https://api.slack.com/incoming-webhooks
License
Do whatever you want.
Contributors
- Timothy Verhaeghe (me@timothyverhaeghe.com)