Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages