1.2.2 • Published 3 years ago

osm-sync-tracker v1.2.2

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

OSM Sync Tracker


badge-alerts-lgtm

grade-badge-lgtm

snyk


This is the API for tracking the progress of the osm-sync

API

Checkout the OpenAPI spec here

Run Locally

Clone the project

git clone https://github.com/MapColonies/osm-sync-tracker.git

Go to the project directory

cd osm-sync-tracker

Install dependencies

npm install

Start the server

npm 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