rupiahku
v0.0.2
Published
use this package to convert a given amount of Indonesian money into words
Downloads
95
Maintainers
Readme
rupiahku is a dependency to convert rupiah nominal into wording. Rupiah can hold up to 1 Trillion nominal to be converted.
Installation
All you need to is to npm install rupiahku
.
Usability
var rupiahku = require('rupiahku');
// OR
import rupiahku from 'rupiahku';
wording()
rupiahku.wording(2000);
// Dua Ribu Rupiah
Testing
You can test it with npm run test
.
Contribute
If there's any issue regarding this dependencies, you can tell me right away.