Skip to content

Commit

Permalink
npm audit
Browse files Browse the repository at this point in the history
  • Loading branch information
vondraussen committed Jul 23, 2020
1 parent 0c89ef5 commit e083c53
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 22 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
![Node.js CI](https://github.com/vondraussen/gps103/workflows/Node.js%20CI/badge.svg?branch=master) ![Node.js Package](https://github.com/vondraussen/gps103/workflows/Node.js%20Package/badge.svg?branch=master)

# GPS103 Message Parser
This is a GPS103 GPS Tracker message parser implementation. It can be used to implement your own server.
It parses all messages received from the device and creates the response message, if needed.

## Usage
```
```js
const Gps103 = require('gps103');
const net = require('net');

Expand Down Expand Up @@ -36,4 +38,4 @@ server.listen(serverPort, () => {
console.log('started server on port:', 4711);
});

```
```
30 changes: 11 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gps103",
"version": "1.0.3",
"version": "1.0.4",
"description": "GPS103 GPS Tracker message parser",
"main": "gps103.js",
"scripts": {
Expand Down

0 comments on commit e083c53

Please sign in to comment.