senml-js
v1.0.0
Published
SenML library written in JavaScript
Downloads
8
Readme
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.