Skip to content

Releases: Labs64/NetLicensingClient-javascript

Labs64 NetLicensing JavaScript Client v1.2.4

02 Nov 15:57
Compare
Choose a tag to compare

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.4"
}

or execute following command in your Node.js environment:

$ npm install netlicensing-client

Labs64 NetLicensing JavaScript Client v1.2.3

01 Nov 21:57
Compare
Choose a tag to compare

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.3"
}

or execute following command in your Node.js environment:

$ npm install netlicensing-client

Labs64 NetLicensing JavaScript Client v1.2.1

27 Mar 20:30
Compare
Choose a tag to compare

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.1"
}

or execute following command in your Node.js environment:

$ npm install netlicensing-client

Labs64 NetLicensing JavaScript Client v1.2.0

05 Mar 19:22
Compare
Choose a tag to compare

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.0"
}

or execute following command in your Node.js environment:

$ npm install netlicensing-client

Labs64 NetLicensing JavaScript Client v1.1.1

02 Mar 16:26
Compare
Choose a tag to compare

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.1.1"
}

or execute following command in your Node.js environment:

$ npm install netlicensing-client

Labs64 NetLicensing JavaScript Client v1.0.1

03 Nov 07:55
Compare
Choose a tag to compare

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.0.1"
}

or execute following command in your Node.js environment:

$ npm install netlicensing-client

Labs64 NetLicensing JavaScript Client v1.0.0

01 Nov 19:21
Compare
Choose a tag to compare

JavaScript wrapper for Labs64 NetLicensing RESTful API

Visit Labs64 NetLicensing at https://netlicensing.io

Quick Start

NetLicensing JavaScript Client was designed to work both in the browser and in Node.js.

Using from a CDN

A CDN (Content Delivery Network) is the fastest way to get up and running with NetLicensing JavaScript Client.
Simply include the following lines of code in the <head> section of your page using latest released version:

<script src="https://cdn.jsdelivr.net/gh/Labs64/[email protected]/dist/netlicensing-client.min.js"></script>

Installing with Node.js / npm

NetLicensing JavaScript Client is available on npmjs. Add the following to your package.json file and then run npm install:

"dependencies": {
    "netlicensing-client": "1.0.0"
}

or execute following command in your Node.js environment:

$ npm install netlicensing-client