Skip to content
forked from jmosbech/spell-it

Writes out numbers as words in English, French or Danish

Notifications You must be signed in to change notification settings

haveiss/spell-it

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Writes out numbers as words in English, French or Danish

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%