Package Exports
- geojsonhint
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (geojsonhint) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
geojson lint in js
A lint tool for the GeoJSON standard.
api
errors = geojsonhint.hint(fileAsString)
Lint a file - given as a string - with the GeoJSON expectations baked in.
install
# as a binary
npm install -g geojsonhint
# as a library
npm install --save geojsonhint
See Also
geojsonlint.com does this server-side