1.2.2 • Published 4 years ago
osm-sync-tracker v1.2.2
OSM Sync Tracker
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.gitGo to the project directory
cd osm-sync-trackerInstall dependencies
npm installStart the server
npm 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.2
4 years ago