ZenginCode
bank codes and branch codes for japanese.
Installation
Available on:
You need zengin code on another language? Please request to me.
Usage
Ruby
require 'zengin_code'
ZenginCode::Bank.all => { '00001' => <#ZenginCode::Bank code, name, kana, hira, roma ... >, .... }
Javascript
var zenginCode = require('zengin-code');
zenginCode; // => { '0001': { 'name': ..., 'kana': ..., 'branches': [ ... ] } }
Acknowledgment
Source data by http://ykaku.com/ginkokensaku/index.php
Contributing
- Fork it ( https://github.com/rosylilly/zengin_code/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request