0.08
A long-lived project that still receives updates
bank codes and branch codes for japanese
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 12.3.3
 Project Readme

ZenginCode

Circle CI Gem Version

The ruby implementation of ZenginCode.

ZenginCode is datasets of bank codes and branch codes for japanese.

Installation

Add this line to your application's Gemfile:

gem 'zengin_code'

And then execute:

$ bundle

Or install it yourself as:

$ gem install zengin_code

Usage

require 'zengin_code'

ZenginCode::Bank.all => { '00001' => <#ZenginCode::Bank code, name, kana, hira, roma ... >, .... }

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/zengin-code/zengin-rb

License

The gem is available as open source under the terms of the MIT License.