cryptlex / lexactivator-js

LexActivator API wrapper for Node.js (licensing library)

Home Page:https://cryptlex.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build @cryptlex/lexactivator package

@cryptlex/lexactivator

Cryptlex lets you license your software apps effortlessly. You can easily generate license keys using the REST API or Dashboard and validate the license keys in your software apps using LexActivator (Cryptlex client library).

Additionally, you can offer trials, subscriptions, floating licenses and much more.

LexActivator.js is a Node.js wrapper for LexActivator licensing library.

Installation

npm install @cryptlex/lexactivator

Then you can include it in your code:

const { LexActivator, LexStatusCodes, LexActivatorException, PermissionFlags } = require('@cryptlex/lexactivator');

Usage

Refer to following for documentation:

https://docs.cryptlex.com/node-locked-licenses/using-lexactivator/using-lexactivator-with-node.js

About

LexActivator API wrapper for Node.js (licensing library)

https://cryptlex.com

License:MIT License


Languages

Language:TypeScript 36.5%Language:C++ 31.4%Language:C 28.8%Language:Shell 1.6%Language:Python 0.9%Language:PowerShell 0.6%Language:JavaScript 0.3%