raslan1994 / latlng-to-zip

Convert longitude and latitude to a zipcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

latlng-to-zip

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

Installation

npm install latlng-to-zip

Getting Starting

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

Testing

npm test

About

Convert longitude and latitude to a zipcode


Languages

Language:JavaScript 100.0%