1.2.4 • Published 4 years ago

@twin-labs/gps-tracker v1.2.4

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

@twin-labs/gps-tracker

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing

A step by step series of examples that tell you how to get a development env running

Say what the step will be

npm install @twin-labs/gps-trackr

Usage

End with an example of getting some data out of the system or using it for a little demo

const server = createServer();

const tkTracker = new TrackingServer(server, new TKInterpreter());
tkTracker.Listen('8081');

tkTracker.on('ping', ({ message, tracker }) => {
    console.log(message);
    console.log(tracker);
});

tkTracker.on('alarm', ({ message, tracker }) => {
    console.log(message);
    console.log(tracker);
})

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc
1.2.4

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago