1.0.0 • Published 11 months ago

@thingweb/td-utils v1.0.0

Weekly downloads
-
License
EPL-2.0 OR W3C-20...
Repository
github
Last release
11 months ago

Eclipse Thingweb - TD Utils

The package provides utility tools for TDs, such as:

  • Detecting protocol schemes in a TD

Usage

  • Install this package via NPM (npm install @thingweb/td-utils) (or clone the repo, change to node/td-utils and install the package with npm install)
  • Node.js or Browser import:

    • Node.js: Require the package and use the functions
const tdUtils = require("@thingweb/td-utils");
  • Browser: Import the tdUtils object as a global by adding a script tag to your HTML.
<script src="./node_modules/@thingweb/td-utils/dist/web-bundle.min.js"></script>

License

Licensed under the Eclipse or W3C license, see License.

1.0.0

11 months ago