Skip to content

Terminal Node app that converts Number() input to english text. E.g. 12 -> twelve

Notifications You must be signed in to change notification settings

fauna5/numbers2text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Terminal Node app that converts Number() input to english text

~/dev/node/test$ node numbers2text.js 
Enter a positive integer less than a billion and hit enter. Empty input exits the program.
> 12
twelve
> 123
one hundred and twenty three
> 12341232
twelve million three hundred and forty one thousand two hundred and thirty two
> string
Must be a positive integer less than a billion
> -5
Must be a positive integer less than a billion
> 3.1415
Must be a positive integer less than a billion
>   
Bye

About

Terminal Node app that converts Number() input to english text. E.g. 12 -> twelve

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published