0.0.2 • Published 5 years ago

rupiahku v0.0.2

Weekly downloads
14
License
ISC
Repository
github
Last release
5 years ago

rupiahku

rupiahku is a dependency to convert rupiah nominal into wording. Rupiah can hold up to 1 Trillion nominal to be converted.

rupiahku-npm rupiahku-travis-ci rupiahku-coveralls

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.