Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 825 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 825 Bytes

flowbot Build Status

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.

usage

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

tests

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.

license

MIT