Socket
Book a DemoInstallSign in
Socket

json-id-merger

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

json-id-merger

merge external osm mapping with internal osm mapping

unpublished
latest
npmnpm
Version
1.1.2
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 06 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts