smartmood

Sample test module

Usage no npm install needed!

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

README

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