Skip to content

Writes out numbers as words in English, French, Indonesian, Indian English, Dutch or Danish

Notifications You must be signed in to change notification settings

jmosbech/spell-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Writes out numbers as words in English, French, Indonesian, Indian English, Dutch or Danish

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •