1.0.0 • Published 3 years ago

senml-js v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

senml-js

SenML library written in JavaScript
This is based on the mainflux/senml(https://github.com/mainflux/senml)

Currently only JSON is supported

Installation

$ npm install --save @glartek/senml
$ yarn add @glartek/senml
$ pnpm add @glartek/senml

Contributing

To contribute code, fork the repository and submit a pull request.

Run tests:

$ yarn test

Check code coverage:

$ yarn coverage

Build distributions:

$ yarn build

License

The SenML JavaScript is released under the MIT License.