0.0.2 • Published 8 years ago

slackkit v0.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

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)
0.0.2

8 years ago

0.0.1

8 years ago