1.1.1 • Published 2 years ago

ruuvitag-parser v1.1.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 years ago

RuuviTag Parser

latest version last commit pipeline status coverage report downloads total

This repository is heavily influenced/inspired by pakastin/node-ruuvitag, which I also took as a base and did some heavy refactoring, as well as converting the old JavaScript files into TypeScript.

!! This repository is still a work in progress !!

This module only handles the parsing. It wont scan the sensors or any other shenanigans.

Usage examples

Parse Dataformat v3 and v5

Just to parse the data, use like this:

import { parseData } from 'ruuvitag-parser'

const jsonData = parseData(dataFromRuuvitag)

Parse Dataformat v2 and v4

Just to parse the data, use like this:

import { parseUrl } from 'ruuvitag-parser'

const jsonData = parseUrl(dataFromRuuvitag)

Parse Eddystone URL

import { parseEddystone } from 'ruuvitag-parser'

const url = parseEddystone(eddystoneUrlBuffer)

Few examples can be found from integration tests:

Contribute

This repository is being developed in GitLab. CI/CD Pipeline can be found here.

CI/CD Pipeline uses go-semantic-release for automated releases. Because of this, developers should follow these instructions for commit message formatting.

The commits are being analyzed with this extension and it requires developers to format commit messages in certain way.

Read more about:

Cheat Sheets

The GitHub repository is only a mirror from GitLab. Please make Merge Requests in GitLab.

Releases / Changes

Releases and "changelogs" can be found here. Each releases description contains the changes that the version includes, e.g.: v0.2.14.

Links

License

MIT License

Copyright (c) 2021 Kimmo Saari

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

1.1.1

2 years ago

1.1.0

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

0.2.15

3 years ago

0.2.14

3 years ago

0.2.13

3 years ago

0.2.12

3 years ago

0.2.11

3 years ago

0.2.10

3 years ago

0.2.7

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

1.0.0

3 years ago