india-pincode-check
v1.3.0
Published
A simple Node.js library that checks pincode and returns postoffice location with that pincode
Downloads
146
Readme
India Pincode Check
A simple Node.js library that checks pincode and returns postoffice location with that pincode
Installation
Install the package using npm:
npm install india-pincode-checkUsage
Import the Library
const PincodeFinder = require('india-pincode-lookup');Find Records
PincodeFinder(248001);Example Query Output
[
{
officename: 'Dehradun City SO',
pincode: '248001',
district: 'DEHRADUN',
statename: 'UTTARAKHAND'
},
{
officename: 'Dehradun Kty SO',
pincode: '248001',
district: 'DEHRADUN',
statename: 'UTTARAKHAND'
}
]License
This project is licensed under nothing.
