https://github.com/michaelwp/number-words-indo
conversion from digit to word in indonesian
https://github.com/michaelwp/number-words-indo
Last synced: about 1 year ago
JSON representation
conversion from digit to word in indonesian
- Host: GitHub
- URL: https://github.com/michaelwp/number-words-indo
- Owner: michaelwp
- Created: 2019-10-28T17:13:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-26T12:53:34.000Z (almost 6 years ago)
- Last Synced: 2025-07-07T02:05:51.704Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/number-words-indo
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Number-words-indo
conversion from digit to word in indonesian
[npm-link](https://www.npmjs.com/package/number-words-indo "Number-words-indo")
## How to Install
```npm i number-words-indo```
## How To Use
```javascript
//
const numberInWords = require("number-words-indo");
const result = numberInWords(82102713123564);
console.log(result);
```
### result :
```
delapan puluh dua triliun seratus dua miliar tujuh ratus tiga belas juta seratus dua puluh tiga ribu lima ratus enam puluh empat
```