hangulize / hangulize.js

The JavaScript build of Hangulize, compiled by GopherJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hangulize.js

The JavaScript build of Hangulize, compiled by GopherJS.

Compiling hangulize.js

You will get hangulize.js by:

$ make

You can try it with a GopherJS test server:

$ gopherjs serve --http ":8080"

Now connect to "localhost:8080" in your browser than open a JavaScript debug console.

 > hangulize("ita", "gloria");
<- "글로리아"
 > hangulize("aze", "Rəşid Behbudov");
<- "레시트 베흐부도프"

About

The JavaScript build of Hangulize, compiled by GopherJS

License:MIT License


Languages

Language:Go 90.5%Language:Makefile 9.5%