Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

BitWeb/number-to-words-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API for converting numbers or currencies to words

API

GET

/number?locale=:locale&number=:number

/currency?locale=:locale&number=:number&currency=:currency

Available locale

Language Identifier Number Currency Angle Temperature
Belgian French fr_BE + - - -
Brazilian Portuguese pt_BR + + - -
Bulgarian bg + - - -
Czech cs + - - -
Danish dk + + - -
Dutch nl + - - -
English en + + - -
Estonian et + - - -
German de + - - -
French fr + + - -
Hungarian hu + + - -
Indonesian id + - - -
Italian it + - - -
Lithuanian lt + - - -
Latvian lv + - - -
Polish pl + + - -
Romanian ro + + - -
Spanish es + + - -
Russian ru + + - -
Swedish sv + - - -
Turkish tr + - - -
Ukrainian uk + + - -

Angle and temperature not supported yet

Available currency identifiers

All ISO 4217 currency identifiers are supported

This application depends on https://github.com/kwn/number-to-words

Install

Using Docker

This repository is accessible on Dockerhub

docker run -p 80:80 --name="bitweb_number_to_words_api" bitweb/number-to-words-api

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors