muslih / terbilang-js

Convert Number Into Indonesian Words By Frontend's way

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terbilang.js

Simple Javascript Number Converter which is converting number into indonesian words.

DEMO

Install

Include the terbilang.js to your HTML or web page file, Then it's ready to run. Or you can install via bower by run:

bower install terbilang-js

Thanks for contributing, mychaelgo

Usage

// Return String
terbilang(1000); // Seribu

// Try with alert
alert(terbilang(9000)); // Sembilan Ribu

// Or use console
console.log(terbilang(5000000)); // Lima Juta

Vue User?

You can download terbilang.js as a Vue Filter here. Check it out!

Hopefully this can be useful~

Semoga bisa jadi modal buat pecah telor di pasar lokal :v .

Let's talk about some projects with me

Just Contact Me At:

License

MIT Copyright (c) 2016 - forever Naufal Rabbani

About

Convert Number Into Indonesian Words By Frontend's way

License:MIT License


Languages

Language:JavaScript 100.0%