Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 465 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 465 Bytes

Geocode CLI

A CLI to fetch lat/lng pairs from Google APIs

Example usage:

$ node geocode.js Atlanta, GA
  Atlanta, GA, USA
  { lat: 33.7489954, lng: -84.3879824 }

$ node geocode.js Stephen Bush
  Stephen Bush Cemetery, Milford, GA 39841, USA
  { lat: 31.3250283, -84.5773251999999 }

This is a proof of concept, easy to break.

Update: This code has been absorbed into Geocoder npm module