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.
- Host: GitHub
- URL: https://github.com/dbackowski/polish_postal_codes
- Owner: dbackowski
- License: mit
- Created: 2016-06-13T17:31:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-28T15:08:32.000Z (about 7 years ago)
- Last Synced: 2024-04-25T11:43:52.381Z (about 2 years ago)
- Topics: polish-postal-codes, ruby, ruby-gem
- Language: Ruby
- Size: 330 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# PolishPostalCodes [](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).