Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jessicasimplicio/number-converter
https://github.com/jessicasimplicio/number-converter
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jessicasimplicio/number-converter
- Owner: jessicasimplicio
- Created: 2021-01-07T00:00:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-04T06:12:15.000Z (about 4 years ago)
- Last Synced: 2023-03-04T16:19:59.101Z (almost 2 years ago)
- Language: JavaScript
- Size: 51.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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