geocoder : node wrapper around googles geocoder api. You can installing geocoder npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install geocoder $ sudo npm install -g geocoder
If want to update the geocoder package execute the command as below,
$ sudo npm update geocoder
Update package globally,
$ npm install -g geocoder
$ sudo git clone https://github.com/rektide/geocoder.git
$ sudo npm install -g ./geocoder
geocoder@0.2.3 /usr/lib/node_modules/geocoder
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall geocoder
Package Name | geocoder |
Version | 0.2.3 |
Description | node wrapper around googles geocoder api |
Released Date | 2017-03-23T04:56:26.122Z |
Published by | wyattdanger |
How to Learn | https://www.npmjs.com/package/geocoder/tutorial |