1.0.2 • Published 10 years ago

smartmood v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

smartmood

A small library providing utility methods to add colors that convery the mood and tone of the text.

installation

npm install smartmood

Usage

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!');

Tests

npm test