Skip to content

Repository files navigation

Syncromatics Track API JavaScript Client

This is the JavaScript client for accessing the Syncromatics Track API.

Build Statussemantic-release

Installation

npm install syncromatics-track-api

Quick start guide

importTrackfrom'syncromatics-track-api';constapi=newTrack();api.logIn({apiKey: 'my API key'});api.customer('SYNC').vehicles().withQuery('012345').getPage().then(vehicles=>/* work with vehicles */);

You can also log in with a username and password or a previously-generated JWT token. See the logIn documentation for details.

Documentation

Generated documentation is available on the project page. You can also find example usages in the src/examples directory.

Development

Versioning: npm version [0.0.xx-development] Publishing: npm publish --tag development

Contributing

Please see CONTRIBUTING for our guide to contributing and code of conduct.

About

Library to interact with the Syncromatics Track API

Topics

Resources

Contributing

Stars

6 stars

Watchers

11 watching

Forks

Releases

Packages

Used by

Contributors

Languages