Skip to content

Labs64 NetLicensing JavaScript Client v1.2.19

Compare
Choose a tag to compare
@r-brown r-brown released this 20 Jan 15:14
· 129 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.19/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