danpillay87 / node-slash-command

Node Slack slash command example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-slash-command

A basic Slack slash command in node.js for running on the Beep Boop platform. It can run on any platform as long as the following environment variables are provided:

  • PORT - the port to start the http server on
  • SLACK_VERIFY_TOKEN - the verify token for your Slack slash commands

Exposes a /beepboop route that is intended to power a Slack slash command.

About

Node Slack slash command example

License:MIT License


Languages

Language:JavaScript 100.0%