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