node-geocoder-cli

0.0.1 • Public • Published

Node geocoder command line client

Installation

npm install -g node-geocoder-cli

Usage

geocoder geocode 'your address'
geocoder reverse -- 12.12 3.3

Help

Usage: index [options] [command]
 
 
  Commands:
 
    geocode [options] [value]       geocode given value
    reverse [options] [lat] [long]  reverse geocode given value
    help [cmd]                      display help for [cmd]
 
  Options:
 
    -h, --help               output usage information
    -V, --version            output the version number
    -p, --provider [value]]  Geocoder provider (default to google)

Readme

Keywords

Package Sidebar

Install

npm i node-geocoder-cli

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • nchaulet