This is a Flowdock chatbot that handles some repetitive tasks. It's a toy project that is an excuse to play with some new ES2015/6/7 features like async/await, the import/export stuff, etc. It uses node-flowdock to interface with Flowdock.
You need to add a Flowdock API token to /lib/config.js
, or else the
service will crash with a 401. Install the deps
$ npm i
and start the app
$ npm start
$ npm run start-watch # watch for file changes
npm test
will run all the tests once.
npm run test-watch
will run the tests and watch for file changes and
re-run the tests.
MIT