Package Exports
- nicejob
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 (nicejob) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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());
// -> LackingInstall
$ npm install nicejobCredits
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