1.2.1 • Published 3 years ago

@map-colonies/external-to-osm-tag-mapping v1.2.1

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

external-to-osm-tag-mapping


badge-alerts-lgtm

grade-badge-lgtm

snyk


This is a RESTful service responssible for mapping between the external source feature metadata to our MapColonies tags schema.

API

Checkout the OpenAPI spec here

Installation

Install deps with npm

npm install

Run Locally

Clone the project

git clone https://github.com/MapColonies/external-to-osm-tag-mapping.git

Go to the project directory

cd external-to-osm-tag-mapping

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