Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 953 Bytes

README.md

File metadata and controls

42 lines (23 loc) · 953 Bytes

ZenginCode

update 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.