geojsonhint : validate and sanity-check geojson files. You can installing geojsonhint 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 geojsonhint $ sudo npm install -g geojsonhint
If want to update the geojsonhint package execute the command as below,
$ sudo npm update geojsonhint
Update package globally,
$ npm install -g geojsonhint
$ sudo git clone https://github.com/rektide/geojsonhint.git
$ sudo npm install -g ./geojsonhint
geojsonhint@2.0.0 /usr/lib/node_modules/geojsonhint
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall geojsonhint
Package Name | geojsonhint |
Version | 2.0.0 |
Description | validate and sanity-check geojson files |
Released Date | 2016-11-15T16:21:38.317Z |
Published by | tmcw |
How to Learn | https://www.npmjs.com/package/geojsonhint/tutorial |