Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1022 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 1022 Bytes

Version Downloads License Dependencies Dev Dependencies

Notify

It is a message builder for sending notifications and alerts.

Currently supports slack.

Slack

Works both with legacy tokens and incoming webhooks.

Use a config.js file to set token/webhook or use the static functions in the class to set them before sending a message.

Priority is given to webhook if available else token is used.