Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sneakertack/slack-todo
A todo mini-app within Slack, exposed as a /todo slash-command.
https://github.com/sneakertack/slack-todo
Last synced: 22 days ago
JSON representation
A todo mini-app within Slack, exposed as a /todo slash-command.
- Host: GitHub
- URL: https://github.com/sneakertack/slack-todo
- Owner: sneakertack
- Created: 2014-07-07T19:09:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-08T04:59:22.000Z (over 10 years ago)
- Last Synced: 2024-10-18T20:15:36.451Z (about 1 month ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
A todo mini-app within [Slack](www.slack.com), exposed as a */todo* slash-command.
This runs as a Node.js app, which listens for requests posted by a slash-command integration configured within Slack.
Built by Melvin at [Haystakt.com](www.haystakt.com/?utm_medium=engineering&utm_source=sneakertack&utm_content=github).
# App Setup
The code assumes deployment on
- Heroku
- MongoLab (as a Heroku addon)Your mileage on other platforms may vary.
# Slack Integration
Create a custom Slash-command integration, register **/todo** as a command, and point it to *yourapp.com/slack/slash*. Use POST requests.
# Todo
- Write less flippant setup and integration instructions.
- Make the security token actually matter.