1.0.1 • Published 5 months ago

contlo-web-sdk v1.0.1

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

Installation

To install Contlo's Web SDK via NPM, open your web project and run the following command in the terminal:

npm i contlo-web-sdk

Initialization

Once the installation is complete, follow the steps below to initialize the Contlo SDK: 1. Import the Contlo package in the files where you want to use the Contlo methods.

import Contlo from 'contlo-web-sdk;'
  1. Add the Contlo's init() method in the file that represents the landing page of your website and pass the API key (created from the Contlo dashboard) and the website URL as the parameters.
Contlo.init('<Public API Key>', '<Website URL>');
1.0.1

5 months ago

1.0.0

6 months ago