senml-js
SenML library written in JavaScript
This is based on the mainflux/senml(https://github.com/mainflux/senml)
Available for installation in the npm repository https://www.npmjs.com/package/senml-js
Currently only JSON is supported
Installation
$ npm install --save senml-js
$ yarn add senml-js
$ pnpm add senml-js
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.