Skip to content

DevilalDheer/indian_postal_codes

Repository files navigation

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.

About

Fetch details of Indian city, district, state based on Indian postal codes

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published