https://github.com/patrickxchong/slack-slash-express
A simple multipurpose Slack slash command server written in Express.js.
https://github.com/patrickxchong/slack-slash-express
Last synced: over 1 year ago
JSON representation
A simple multipurpose Slack slash command server written in Express.js.
- Host: GitHub
- URL: https://github.com/patrickxchong/slack-slash-express
- Owner: patrickxchong
- License: mit
- Created: 2020-07-11T14:57:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T06:45:10.000Z (over 3 years ago)
- Last Synced: 2025-04-06T14:08:44.312Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://slack-slash-express.vercel.app
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slack-slash-express
This repo implements a simple multipurpose [Slack](https://slack.com/) slash command server written in Express.js.
Implemented slash commands so far (mostly for demo purposes):
- `/reqbin`: Request bin to see body of request sent by the slash command. (Use https://requestbin.com for a better UI)
- `/echo`: Echoes message sent by user with `/echo [message]`
- `/mentalogue`: The initial goal for this project is to build an internal dashboard for Mentalogue. This repo is a proof of concept that this works (implementation in progress)
## Credits
Code was initially adapted from https://github.com/lmammino/slack-shorturl-integration, and extensively modified after that.
## License
Licensed under [MIT License](LICENSE). © Patrick Chong.