protocol-gps-gt06

1.0.1 • Public • Published

npm version

protocol-gps-gt06

Binary parser for the GT06 protocol

Prerequisites

This project requires NodeJS (version 18 or later) and NPM. Node and NPM are really easy to install. To make sure you have them available on your machine, try running the following command.

$ npm -v && node -v
10.7.1
v20.14.0

Installation

BEFORE YOU INSTALL: please read the prerequisites

Start with cloning this repo on your local machine:

$ git clone https://github.com/TheKitoInc/protocol-gps-gt06.git
$ cd protocol-gps-gt06

To install and set up the library, run:

$ npm install -S protocol-gps-gt06

Running the tests

$ npm test

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Add your changes: git add .
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request 😎

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.

Package Sidebar

Install

npm i protocol-gps-gt06

Weekly Downloads

120

Version

1.0.1

License

GPL-3.0-or-later

Unpacked Size

188 kB

Total Files

33

Last publish

Collaborators

  • thekitoinc