This is our own Slack Bot implementation.
Requires Nodejs > 4
$ npm i
$ npm run to run the Bot ( You need a .token file at the root of the project with the Bot's token)
$ npm test to run the Tests
-
Write your Controller
-
Add it to the Router
-
Write tests
-
PR!