The javascript implementation of ZenginCode.
ZenginCode is datasets of bank codes and branch codes for japanese.
Install via npm.
npm install --save zengin-code
var zenginCode = require('zengin-code');
zenginCode; // => { '0001': { 'name': ..., 'kana': ..., 'branches': [ ... ] } }
Bug reports and pull requests are welcome on GitHub at https://github.com/zengin-code/zengin-js
The gem is available as open source under the terms of the MIT License.