Skip to content
Snippets Groups Projects
Commit 76d88f7d authored by Marin Karamihalev's avatar Marin Karamihalev
Browse files

Merge branch 'master' of dev.iopsys.eu:iopsys/usp-js

parents 8676ab1b 10a36ff5
No related branches found
No related tags found
No related merge requests found
Pipeline #9603 failed
image: node:12.16
image: node:14.15.3
cache:
untracked: true
key: "$CI_BUILD_REF_NAME"
......@@ -9,6 +9,7 @@ stages:
- install
- build
- unit-testing
- deploy-pages
install:
stage: install
......@@ -25,3 +26,14 @@ unit_testing:
stage: unit-testing
script:
- npm run test
deploy_pages:
image: alpine:latest
stage: deploy-pages
script:
- echo 'Deploying...'
artifacts:
paths:
- public
only:
- master
......@@ -2,7 +2,8 @@
Helper library for easy usp communication using mqtt over tcp or ws.
[USP Reference](https://usp-data-models.broadband-forum.org/tr-181-2-13-0-usp.html)
* [API documentation for usp-js](https://iopsys.se/usp-js/index.html)
* [BBF's USP reference documentation](https://usp-data-models.broadband-forum.org/tr-181-2-13-0-usp.html)
# Installation
`npm install usp-js`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment