0.0.3 • Published 9 years ago

slack-notifier v0.0.3

Weekly downloads
80
License
MIT
Repository
github
Last release
9 years ago

Slack Notifier

Slack Notifier sends notifications and messages to Slack service using Incoming Webhook. It can be used both on the server (Node.js) and the client-side (Browser).

It is basically designed for notification messages, not support file attachment yet. You may also use this for error reporting purpose for your production environment because

  • error stack is sent in code format when an Error object is thrown to the send() method.
  • you can turn on/off the service globally as the enabled option can be given through the configure() method.

Install with npm

npm install slack-notifier --save

Install with bower

bower install slack-notifier --save

Usage

Check the example files:

License

Released under the MIT License.

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago