0.0.2 • Published 6 years ago
rupiahku v0.0.2

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 RupiahTesting
You can test it with npm run test.
Contribute
If there's any issue regarding this dependencies, you can tell me right away.
