nicejob

Generate a "nice job" phrase, or not!

Usage no npm install needed!

<script type="module">
  import nicejob from 'https://cdn.skypack.dev/nicejob';
</script>

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:

License

MIT