Library for getting information about polish postal codes.
Add this line to your application's Gemfile:
gem 'polish_postal_codes'
And then execute:
$ bundle
Or install it yourself as:
$ gem install polish_postal_codes
PolishPostalCodes::Info.get('41-400')
=> {:city=>"Mysłowice", :county=>"Mysłowice", :province=>"śląskie"}
Bug reports and pull requests are welcome on GitHub at https://github.com/dbackowski/polish_postal_codes.
The gem is available as open source under the terms of the MIT License.