Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dangdungcntt/number2written


https://github.com/dangdungcntt/number2written

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# number2written

Get written text of number.

## Installation

With [npm](https://www.npmjs.com/) do:

``` sh
npm install number2written
```

## Usage

``` js
const number2Written = require('number2written');

console.log(number2Written(555555)); //năm trăm năm mươi lăm nghìn năm trăm năm mươi lăm
```
### Update
Since the number2written binary is updated regularly, you can run `npm update` to check for and download any updates for it.

## License

MIT © [Dang Dung](https://github.com/dangdungcntt)