Project

pincode

0.0
No commit activity in last 3 years
No release in over 3 years
Gem to get details from pincode
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

 Project Readme

Pincode - A ruby wrapper for the India Pincode API

Source : http://pin-codes.in/

Installation

gem install pincode

Usage

detail = Pincode.search <pincode>

detail.status

detail.post_office

detail.district

detail.state

Run tests

rake test