1.1.0 • Published 4 years ago
osm-change-generator-server v1.1.0
osm-change-generator-server
A restful API for generating an osm-change from geojson and osm entity using the osm-change-generator .
API
Checkout the OpenAPI spec here
Installation
Install deps with npm
npm installRun Locally
Clone the project
git clone https://github.com/MapColonies/osm-change-generator-server.gitGo to the project directory
cd osm-change-generator-serverInstall dependencies
npm installStart the server
npm run startRunning Tests
To run tests, run the following command
npm run testTo only run unit tests:
npm run test:unitTo only run integration tests:
npm run test:integration1.1.0
4 years ago