extract-country-state-city-from-zip

1.0.4 • Public • Published

Need to get country, state , city and area on entering pincode value in js

How to use

npm i extract-country-state-city-from-zip

var getAddress = require('extract-country-state-city-from-zip');

getAddress(248001, 'AIzaSyDqZ5w4dZlSKCEnARbMsSQH353P8KAHi54',
(err, res) => console.log(err, res))

Result

 {
  city: { long: 'Dehradun', short: 'Dehradun' },
  state: { long: 'Uttarakhand', short: 'UK' },
  country: { long: 'India', short: 'IN' },
  formatted_address: 'Uttarakhand 248001, India',
  location: { lat: 30.3345816, lng: 78.0537813 }
}

Package Sidebar

Install

npm i extract-country-state-city-from-zip

Weekly Downloads

106

Version

1.0.4

License

ISC

Unpacked Size

3.98 kB

Total Files

5

Last publish

Collaborators

  • org-dinesh-rawat