Labs64 NetLicensing JavaScript Client v1.0.0
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