Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

rupiahku

darrencavell66ISC0.0.2

use this package to convert a given amount of Indonesian money into words

indonesian, rupiah, money, currency

readme

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.