Generates a short random compliment, or motivation to do better.
var nicejob = require('nicejob');
console.log(nicejob());
// -> You're doing beautifully
console.log(nicejob());
// -> That's the way to do it
console.log(nicejob.not());
// -> Regrettable
console.log(nicejob.not());
// -> Lacking
$ npm install nicejob
Positive and negative list currated from:
- Power Thesaurus. (1969). good job thesaurus. Retrieved October 31, 2016, from http://www.powerthesaurus.org/good_job/synonyms
- Power Thesaurus. (1969). lousy thesaurus. Retrieved October 31, 2016, from http://www.powerthesaurus.org/lousy/synonyms
###License MIT