1.1.2 • Published 4 years ago
json-id-merger v1.1.2
id-merger
This repo is a RESTful service for getting a matching between ids between external-id (external feature id) and osm-id, this service is part of sync workflow between external sources to OSM DB.
Installation
Install deps with npm
npm installRun Locally
Clone the project
git clone https://github.com/MapColonies/id-merger.gitGo to the project directory
cd id-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