Skip to content

Labs64 NetLicensing JavaScript Client v1.2.20

Pre-release
Pre-release
Compare
Choose a tag to compare
@r-brown r-brown released this 18 Feb 19:02
· 121 commits to master since this release

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/NetLicensingclient-javascript@1.2.20/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.20"
}

or execute the following command in your Node.js environment:

$ npm install netlicensing-client