1.0.2 • Published 7 years ago

google-geocoder-cli v1.0.2

Weekly downloads
16
License
-
Repository
github
Last release
7 years ago

google-geocoder-cli

Geocode a CSV of addresses, using Google Maps API.

Options:
  --version   Show version number                                      [boolean]
  -i, --id    client ID                                               [required]
  -k, --key   client crypto key                                       [required]
  -f, --file  CSV of addresses                                        [required]
  -h, --help  Show help                                                [boolean]

usage

google-geocoder-cli -f phoenix.csv -i <ID> -k <KEY>

usage

install

npm install -g google-geocoder-cli