Skip to content

FilipFilipinski/Number-in-words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Number in words

This site was created to convert numbers from numeric form to written numbers. In the future I plan to expand it to more languages than English.

API Reference

Get

  GET /api/${value}
Parameter Type Description
value string Required. Input can only contain digits

Example

GET /api/1202

Result

{
  "1202": "one thousand two hundred two"
}

About

Change numbers from numerical to verbal form

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors