Node.js / JavaScript Client for the GeoServer REST API.
CAUTION: This is highly bleeding edge, heavily under development and therefore breaking changes can be made at every time!
Detailed API-Docs can be found here.
Compatible with GeoServer
- v2.19.x
- v2.18.x
- v2.17.x (no more maintained and officially deprecated)
Run as local checkout (mainly for development purposes)
git clone https://github.com/meggsimum/geoserver-node-client
cd geoserver-node-client
npm install
npm run demo
First start a GeoServer, e.g. by using this Docker container:
docker run \
-p 8080:8080 \
-v /path/to/geoserver_mnt:/opt/geoserver_data \
meggsimum/geoserver:2.18.2
Then, in an other terminal, run:
npm run test
- meggsimum (Christian Mayer) - info __at## meggsimum ~~dot** de
This project was initiated by meggsimum within the mFund research project SAUBER.
.