spell-it

0.2.1 • Public • Published

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-it

or globally:

npm install spell-it -g

From node.js:

var spell = require('spell-it') ('fr');
console.log(spell(42));
// quarante-deux

From the shell:

$ spell-it 42 en
forty-two

License

MIT

Dependents (1)

Package Sidebar

Install

npm i spell-it

Weekly Downloads

37

Version

0.2.1

License

MIT

Unpacked Size

20.2 kB

Total Files

17

Last publish

Collaborators

  • jmosbech