Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.42 KB

README.md

File metadata and controls

43 lines (23 loc) · 1.42 KB

IndianPostalCodes

A Gem to fetch details of Indian city, district, state based on Indian postal codes from yaml data.

Installation

Add this line to your application's Gemfile:

gem 'indian_postal_codes'

And then execute:

$ bundle

Or install it yourself as:

$ gem install indian_postal_codes

Usage

IndianPostalCodes.details('562110')

# => {:city=>"Devanhalli", :district=>"Channapatna", :state=>"Karnataka"}

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/DevilalDheer/indian_postal_codes. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

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