Skip to content

Labs64 NetLicensing JavaScript Client v1.0.1

Compare
Choose a tag to compare
@r-brown r-brown released this 03 Nov 07:55
· 263 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.0.1/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.0.1"
}

or execute following command in your Node.js environment:

$ npm install netlicensing-client