Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T06:45:10.000Z (about 2 years ago)
- Last Synced: 2024-12-15T16:59:25.036Z (14 days 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.