Small Node.js module that writes out numbers as words in English, French or Danish.
Install:
npm install spell-it
From node.js:
var spell = require('spell-it') ('fr');
console.log(spell(42));
// quarante-deux
From the shell:
$ ./cli.js 42 en
MIT