Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dangdungcntt/number2written
https://github.com/dangdungcntt/number2written
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dangdungcntt/number2written
- Owner: dangdungcntt
- Created: 2018-02-13T19:37:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T05:44:51.000Z (almost 7 years ago)
- Last Synced: 2024-11-10T04:31:06.341Z (2 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)