Skip to content

A simple wrapper which let you use Slack incoming webhook easier

Notifications You must be signed in to change notification settings

siygle/slack-easy-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

slack-easy-webhook

Just a simple wrapper which make slack incoming webhook more easy to use (and don't need to install any dependency) with Promise.

Install

npm install slack-easy-webhook

Usage

const slack = require('slack-easy-webhook')

slack(WEBHOOK_URL, OPTS)

Options

All Slack accepts options (slack incoming webhook, like username, channel, icon_url, icon_emoji, attachments) and its message formatting or message attachments.

About

A simple wrapper which let you use Slack incoming webhook easier

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published