ZipLocator
ZipLocator is wrapper to find the country, district, state if we input the ZIP codes.
Installation
Add this line to your application's Gemfile:
gem 'ziplocator'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ziplocator
Usage
Require gem in your code class.
require 'ziplocator'
location = ZipLocator::Detail.find_address(ZIPCODE)
Terms of Use
The above feeds are provided free of charge for use by individuals and non-profit organizations for personal, non-commercial uses.
Contributing
- Fork it ( https://github.com/anoobbava/ziplocator )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request