Labs64 NetLicensing JavaScript Client v1.2.19
JavaScript wrapper for Labs64 NetLicensing RESTful API
Quick Start
NetLicensing JavaScript Client was designed to work both in the browser and in Node.js.
Using from a CDN
Simply include the following lines of code in the <head>
section of your page:
<script src="https://cdn.jsdelivr.net/gh/Labs64/[email protected]/dist/netlicensing-client.min.js"></script>
Installing with Node.js / npm
Add the following to your package.json
file and then run npm install
:
"dependencies": {
"netlicensing-client": "1.2.19"
}
or execute following command in your Node.js environment:
$ npm install netlicensing-client