0.2.1 • Published 6 years ago

spell-it v0.2.1

Weekly downloads
45
License
MIT
Repository
github
Last release
6 years ago

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

0.2.1

6 years ago

0.2.0

7 years ago

0.1.3

7 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.1

11 years ago