issues
search
swellaby
/
slashhandler
Framework for building slack slashhandlers
MIT License
1
stars
0
forks
source link
slack
slack-commands
slack-slash
readme
Slashhandler
Framework for building slash command handlers
How to use?
New up a slackbot with the verification token from slack.
Register commands using the
registerCommand
method.
Pass slack requests into the bot using the
processMessage
method.
Examples
Google Functions Simple
Google Functions (full w/ deploy)
Express Webserver Simple