1.0.0 • Published 2 years ago

@xvia/amplia-client v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Amplia client lib for Node.js

This library contains classes that encapsulate the call to the Amplia service (X.509 certificate issuing solution) for Node.js applications

The recommend way to install Amplia Client Lib is through npm:

$ npm install amplia-client

Or informing on your project's package.json file:

{
  ...
  "dependencies": {
    "amplia-client": "1.0.0"
  }
}

For more information, see Amplia page.