@namansleeps/my-math-sdk
TypeScript icon, indicating that this package has built-in type declarations

2.1.8 • Public • Published

Overview

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>');

Readme

Keywords

none

Package Sidebar

Install

npm i @namansleeps/my-math-sdk

Weekly Downloads

1

Version

2.1.8

License

ISC

Unpacked Size

10.7 kB

Total Files

10

Last publish

Collaborators

  • namansleeps