Skip to content

O-Mutt/hubot-plusplus-expanded-bonusly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.