1.0.0 • Published 5 months ago

@veriph.one/veriph-one-sdk-js v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

veriph-one-sdk-js

A plug-and-play phone verification SDK that you can integrate directly into your digital product.

For further information and developer docs, please visit developer.veriph.one

Use

npm

  1. Install Node Package Manager npm.
  2. Execute npm install veriphone-sdk-web
  3. Use it as required
const veriphOne = require("veriph-one-sdk-js");
veriphOne.startVerification(
    YOUR_API_KEY,
    YOUR_OPERATION_ID
);

manually

  1. Drag veriph-one-vX_Y_Z.min.js to your project.
  2. Import it via import veriphOne from "veriph-one-vX_Y_Z.min.js"; or define it with const veriphOne = require("veriph-one-vX_Y_Z.min.js");
  3. Use it as required
veriphOne.startVerification(
    YOUR_API_KEY,
    YOUR_OPERATION_ID
);

NOTE: X_Y_Z should be replaced by the desired SDK version.

1.0.0

5 months ago