The ruby implementation of ZenginCode.
ZenginCode is datasets of bank codes and branch codes for japanese.
Add this line to your application's Gemfile:
gem 'zengin_code'
And then execute:
$ bundle
Or install it yourself as:
$ gem install zengin_code
require 'zengin_code'
ZenginCode::Bank.all => { '00001' => <#ZenginCode::Bank code, name, kana, hira, roma ... >, .... }
Bug reports and pull requests are welcome on GitHub at https://github.com/zengin-code/zengin-rb
The gem is available as open source under the terms of the MIT License.