Socket
Socket
Sign inDemoInstall

india-pincode-search

Package Overview
Dependencies
5
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    india-pincode-search

Search India Postcode Pincode - Post office city state district data database.


Version published
Weekly downloads
315
decreased by-12.74%
Maintainers
1
Install size
13.4 MB
Created
Weekly downloads
 

Readme

Source

Node module to easily search any pincode details in India.

The pincode data used in this module is provided by data.gov.in

Install using npm

npm install india-pincode-search

Example usage

var query = require('india-pincode-search');

query.search('452009');
/*[{
    state: 'MADHYA PRADESH',
    city: 'INDORE',
    district: 'Indore',
    village: 'Indore',
    office: 'Sudama Nagar S.O',
    pincode: '452009'
  }]*/


query.search('Sudama naga');
/*[{
    state: 'MADHYA PRADESH',
    city: 'INDORE',
    district: 'Indore',
    village: 'Indore',
    office: 'Sudama Nagar S.O',
    pincode: '452009'
  }]*/

Sources

The pincode data used in the module has been provided by data.gov.in.

License

MIT

Keywords

FAQs

Last updated on 01 Mar 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc