REST interface for GeoStyler to convert between various formats for styling of geographic data.
git clone https://github.com/geostyler/geostyler-rest.git
cd geostyler-rest
npm install
npm run start-dev
Open http://localhost:8888/geostyler-rest/api-docs/ in a browser
cd /path/to/this/checkout
npm run test
cd /path/to/this/checkout
npm install
npm start
Open http://localhost:8888/geostyler-rest/api-docs/ in a browser
cd /path/to/this/checkout
docker build -t geostyler_rest_server .
docker run -e NODE_API_PORT=9999 -p 9999:9999 geostyler_rest_server
Open http://localhost:9999/geostyler-rest/api-docs/ in a browser