0.1.2 • Published 4 years ago

hubot-plusplus-expanded-bonusly v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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.