swellaby / slashhandler

Framework for building slack slashhandlers
MIT License
1 stars 0 forks source link
slack slack-commands slack-slash

Slashhandler

Framework for building slash command handlers

npm Version Badge npm Downloads Badge License Badge

Linux CI Badge Mac CI Badge Windows CI Badge

Test Results Badge Coverage Badge Sonar Quality GateBadge

How to use?

  1. New up a slackbot with the verification token from slack.
  2. Register commands using the registerCommand method.
  3. Pass slack requests into the bot using the processMessage method.

Examples