An open API service indexing awesome lists of open source software.

https://github.com/dbackowski/polish_postal_codes

Library for getting information about polish postal codes.
https://github.com/dbackowski/polish_postal_codes

polish-postal-codes ruby ruby-gem

Last synced: 5 months ago
JSON representation

Library for getting information about polish postal codes.

Awesome Lists containing this project

README

          

# 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).