Japanese:
郵便事業株式会社よりダウンロードした郵便番号辞書を元にYAML, JSONファイルを生成します。
YAMLファイル, JSONファイルは郵便番号の先頭3桁 + '.yml' or '.json'で生成されます。
事業所別は未対応です。
各yaml, jsonデータはvendor以下に生成済みのものが設置してあります。
http://www.post.japanpost.jp/zipcode/dl/kogaki-zip.html
Add this line to your application's Gemfile:
gem 'yubin', :git => 'git://github.com/kengos/yubin.git'
And then execute:
$ bundle
Install Json files:
$ rails g yubin:install
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request