Rainbows for life
It rainbowifies text:
npm install rnbw
This can either be used as a module as such:
var rnbw = require('rnbw')
rnbw.rainbow('the text to rainbow')
rnbw.colorify(45, 'some text to color based on that number (look up ANSI escape sequences)')
Or as a command line tool:
./node_modules/bin/rnbw text.txt
Have fun rainbowing!