tree: 5e9fe714ec441dafb5a6ef4711be07c4ac6e0e3d
  1. data/
  2. lib/
  3. test/
  4. .npmignore
  5. package.json
  6. README.md
node_modules/nicejob/README.md

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:

###License MIT