Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jessicasimplicio/number-converter


https://github.com/jessicasimplicio/number-converter

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# number-converter

Convert a number to its written form in portuguese:

```
convert(4)
# quatro
```

## Installation

```bash
$ npm install
```

## Running the app

You can change the number in line 87 in the file index.js and run:

```bash
npm start
```

## Test

```bash
npm test