Skip to content
/ jnumjs Public

Simple JavaScript library to convert Arabic numerals in to various Japanese forms.

License

Notifications You must be signed in to change notification settings

dewyatt/jnumjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jnumjs

What is it?

Screenshot

This code was rapidly adapted from old PHP code I wrote in college many years ago (caveat emptor!).

Usage

See index.html. Generally it should be used like:

var result = convertNumber('Hiragana', '39.2');
// result = 'sanjuu kyuu ten ni';

Note that it expects a string as input.

About

Simple JavaScript library to convert Arabic numerals in to various Japanese forms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published