Skip to content

moos/nicejob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Give a short compliment (or not!)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published