Go to file
Kegan Myers 7d614ea4bd Add try methods to response, update readme 2014-08-09 18:11:33 -05:00
.gitignore Add try methods to response, update readme 2014-08-09 18:11:33 -05:00
README.md Add try methods to response, update readme 2014-08-09 18:11:33 -05:00
index.js Add try methods to response, update readme 2014-08-09 18:11:33 -05:00
package.json Add try methods to response, update readme 2014-08-09 18:11:33 -05:00

README.md

slack-command-router

This is a simple library that exposes both a way to add event handlers for slack commands, and connect middleware to facilitate the simple addition of a slack command handler to any project.

This project is written as a standalone library, but primarily designed for use in slack-command-server