Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 312 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 312 Bytes

spell-it

Small Node.js module that writes out numbers as words in English, French or Danish.

Usage

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

License

MIT