Skip to content

kulbhushan-ucreate/latlng-to-zip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

latlng-to-zip

Convert longitude and latitude to a zipcode. Requires use of Google's Geocoding API

Installation

npm install kulbhushan-ucreate/latlng-to-zip OR yarn add kulbhushan-ucreate/latlng-to-zip

Getting Starting

import reverseGeocode from 'latlng-to-zip';
reverseGeocode({latitude, longitude})
  .then(zipcode => zipcode)
  .catch(err => err);

Testing

npm test

About

Convert longitude and latitude to a zipcode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%