Package Exports
- hubot-plusplus-expanded-bonusly
- hubot-plusplus-expanded-bonusly/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hubot-plusplus-expanded-bonusly) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
hubot-plusplus-expanded-bonusly
Purpose
This project is intended to be used in conjunction with the Hubot-PlusPlus-Expanded project to enable the plusplus to also send out Bonusly Bonuses.
Configuration
In order to enable this in your hubot you must set your bonusly api key on the env variable:
process.env.MONGO_URI || 'mongodb://localhost/plusPlus';
process.env.BONUSLY_API_KEY;
process.env.BONUSLY_URI;It also uses a bonusly_uri to allow for dev environments (proxys) to be used and a mongo uri to look up users.