flowdock bot bellbot
A little bot for interacting with flowdock
- Clone
- Add a file called
config.json
to the root of the project. This file is gitignored. - Your config should be of the form:
{
"flowdock": {
"username": "",
"password": "",
"flowIds": ["", ""]
},
"redis": {
"host": "",
"password": ""
}
}
- Run
node index.js