Just a simple wrapper which make slack incoming webhook more easy to use (and don't need to install any dependency) with Promise.
npm install slack-easy-webhook
const slack = require('slack-easy-webhook')
slack(WEBHOOK_URL, OPTS)
All Slack accepts options (slack incoming webhook, like username
, channel
, icon_url
, icon_emoji
, attachments
) and its message formatting or message attachments.