PolishPostalCodes Build Status

Library for getting information about polish postal codes.

Installation

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

Usage

PolishPostalCodes::Info.get('41-400')
=> {:city=>"Mysłowice", :county=>"Mysłowice", :province=>"śląskie"}

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/dbackowski/polish_postal_codes.

License

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