0.2.1 • Published 8 years ago
spell-it v0.2.1
spell-it
Small Node.js module that writes out numbers as words in:
- English
- French
- Indian English
- Indonesian
- Danish
- Dutch
Usage
Install locally:
npm install spell-itor globally:
npm install spell-it -gFrom node.js:
var spell = require('spell-it') ('fr');
console.log(spell(42));
// quarante-deuxFrom the shell:
$ spell-it 42 en
forty-twoLicense
MIT