1.1.2 • Published 3 years ago

json-id-merger v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

id-merger


badge-alerts-lgtm

grade-badge-lgtm

snyk


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 install

Run Locally

Clone the project

git clone https://github.com/MapColonies/id-merger.git

Go to the project directory

cd id-merger

Install dependencies

npm install

Start the server

npm run start

Running Tests

To run tests, run the following command

npm run test

To only run unit tests:

npm run test:unit

To only run integration tests:

npm run test:integration