catfish_websdk
v3.12.2
Published
AuthenticID fuses state-of-the-art identity authentication with real-time identity data analytics to allow you to segment your customers by opportunity value.To take advantage of CatfishAir technology on web applications, we have designed our WebSDK in a
Downloads
3
Maintainers
Readme
WebSDK
AuthenticID fuses state-of-the-art identity authentication with real-time identity data analytics to allow you to segment your customers by opportunity value.To take advantage of CatfishAir technology on web applications, we have designed our WebSDK in a very abstract fashion. Customers can pick and choose exactly what they need.
Installation
npm i catfish_websdk
Create an empty directory in your system and navigate to the same directory using the node command prompt.
Run the above mentioned installation command to download the package to that directory.
If installation successfull, then it will add a directory in your installation directory and will download the package to that directory.
Usage
Include files:
<link href="/path/to/websdk.css" rel="stylesheet">
<script src="/path/to/jquery.js"></script>
<script src="/path/to/APIConfig.js"></script>
<script src="/path/to/UIConfig.js"></script>
<script src="/path/to/webSDKUI.js"></script>
<script src="/path/to/webSDKAPI.js"></script>
Example
To check how to use the files and working of the SDK, take a look on the index.html
file inside the example
directory.
Browser support
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Opera (latest)
License
WebSDK is licensed under the ISC license.