Skip to content

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

Notifications You must be signed in to change notification settings

dinesh-rawat-dev/extract-country-state-city-from-zip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 }
}

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published