velixid.js
v0.2.0
Published
JS Library for Velix.ID
Downloads
46
Readme
VelixID.js
Live Example | Site | App on Google Play Store | App on Apple Appstore ** Coming Soon ** | Partner Portal
Javascript Library to integrate Log in with Velix.ID in your web applications
Download
- velixid.js Latest build
Installation
In a browser:
<script src="velixid.js"></script>
Using npm:
$ npm i -g npm
$ npm i --save velixid.js
Example
Host index.html from example folder.
Using node static server:
npm install static-server -g
static-server
This will host the static folder on http://localhost:9080 and you can access the example on http://localhost:9080/example .