Skip to content

gempesaw/flowbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Resources

Stars

Watchers

Forks

Packages

No packages published