nicejob
v1.0.1
Published
Generate a "nice job" phrase, or not!
Downloads
2,089
Readme
Give a compliment (or not!)
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
Install
$ npm install nicejob
Credits
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