1.2.1 • Published 4 years ago
@map-colonies/external-to-osm-tag-mapping v1.2.1
external-to-osm-tag-mapping
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 installRun Locally
Clone the project
git clone https://github.com/MapColonies/external-to-osm-tag-mapping.gitGo to the project directory
cd external-to-osm-tag-mappingInstall 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.2.1
4 years ago