Sha256: 1f5b23e6c2ffaf3a021e2081ccceaadd8c8ee877fbb450e5525e416df80118f6

Contents?: true

Size: 807 Bytes

Versions: 12

Compression:

Stored size: 807 Bytes

Contents

# PolishPostalCodes [![Build Status](https://travis-ci.org/dbackowski/polish_postal_codes.svg?branch=master)](https://travis-ci.org/dbackowski/polish_postal_codes)

Library for getting information about polish postal codes.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'polish_postal_codes'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install polish_postal_codes

## Usage

```ruby
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](http://opensource.org/licenses/MIT).

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
polish_postal_codes-0.0.12 README.md
polish_postal_codes-0.0.11 README.md
polish_postal_codes-0.0.10 README.md
polish_postal_codes-0.0.9 README.md
polish_postal_codes-0.0.8 README.md
polish_postal_codes-0.0.7 README.md
polish_postal_codes-0.0.6 README.md
polish_postal_codes-0.0.5 README.md
polish_postal_codes-0.0.4 README.md
polish_postal_codes-0.0.3 README.md
polish_postal_codes-0.0.2 README.md
polish_postal_codes-0.0.1 README.md