Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 710 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 710 Bytes

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