Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 954 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 954 Bytes

ZenginCode

Circle CI npm version zengin-code Dev Token

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.