A small library providing utility methods to add colors that convery the mood and tone of the text.
npm install smartmood
mood -- happy, sad, bored, calm, anxious, curious, determined, cheerful, energetic, angry, moody, down, tired, lonely, naughty.
var mood = require('smartmood') yell = mood.yell('What the!'), consult = mood.consult('Invest'), congrad = mood.congrad('Happy Birthday'); console.log(moodify('happy','Wonderful day!');
npm test