bank codes and branch codes for japanese
npm install zengin-code

The javascript implementation of ZenginCode.
ZenginCode is datasets of bank codes and branch codes for japanese.
Install via npm.
``shell`
npm install --save zengin-code
`js
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.