ngeohash : geohash library for nodejs. You can installing ngeohash 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 ngeohash $ sudo npm install -g ngeohash
If want to update the ngeohash package execute the command as below,
$ sudo npm update ngeohash
Update package globally,
$ npm install -g ngeohash
$ sudo git clone https://github.com/rektide/ngeohash.git
$ sudo npm install -g ./ngeohash
ngeohash@0.6.0 /usr/lib/node_modules/ngeohash
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ngeohash
Package Name | ngeohash |
Version | 0.6.0 |
Description | geohash library for nodejs |
Released Date | 2014-04-09T15:36:33.842Z |
Published by | sunng |
How to Learn | https://www.npmjs.com/package/ngeohash/tutorial |