JSPM

  • Created
  • Published
  • Downloads 18
  • Score
    100M100P100Q60911F
  • License Apache-2.0

JavaScript wrapper for Labs64 NetLicensing RESTful API

Package Exports

  • netlicensing-client

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (netlicensing-client) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Innovative License Management Solution

Labs64 NetLicensing JavaScript Client

Build Status npm version

JavaScript wrapper for Labs64 NetLicensing RESTful API

How To Use

Check out project wiki pages for detailed usage instructions.

Online Demo

Demo web application for this library can be found here as well as source code.

Development

Here is a Docker based local development environment prepared, which provides a very flexible and extensible way of developing Node.js applications.

System Requirements

To be able to run Laravel Boilerplate you have to meet the following requirements:

  • docker To be able to build this NetLicensing Client you have to meet the following requirements:
  • Node.js > 6.0
  • Gulp > 3.9.1

Develop with Docker

  1. Clone repository
$ git clone https://github.com/Labs64/NetLicensingClient-javascript.git
  1. Prepare docker image
$ docker build -t labs64/nodejs .
  1. Start local development environment
$ docker run -v $(pwd):/opt/NetLicensingClient-javascript -i -t labs64/nodejs /bin/bash
  1. Configure git using your eMail and Username
$ git config --global user.email "eMail"
$ git config --global user.name "User Name"

How to Contribute

Everyone is welcome to contribute to this project! Once you're done with your changes send a pull request and check CI validation status. Thanks!

Bugs and Feedback

For bugs, questions and discussions please use the GitHub Issues.

License

This boilerplate is open-sourced software licensed under the Apache License Version 2.0.


Visit Labs64 NetLicensing at https://netlicensing.io