1.1.2 • Published 4 years ago
change-merger v1.1.2
change-merger
This RESTful service merges multiple osm changes into one big osm change.
API
Checkout the OpenAPI spec here
Installation
Install deps with npm
npm installRun Locally
Clone the project
git clone https://github.com/MapColonies/change-merger.gitGo to the project directory
cd change-mergerInstall 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.2
4 years ago