Skip to content

This is an API to spell out numbers given a valid integer. You just need to input a number to get how this number is written. Works from 0 to 9999. Built with Typescript and following Clean Architecture guidelines

Notifications You must be signed in to change notification settings

jlimadev/convert-numbers-to-full-text-backend

Repository files navigation

Spell Out Numbers

This is a Typescript/NodeJs api where you can call the route with a number and receive it as full text.

Install the dependencies

yarn

Start the app

yarn start

Testing

yarn test

Route: /numbers/:number

curl http://localhost:3000/numbers/888
curl http://localhost:3000/numbers/10

About

This is an API to spell out numbers given a valid integer. You just need to input a number to get how this number is written. Works from 0 to 9999. Built with Typescript and following Clean Architecture guidelines

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published