1.1.0 • Published 3 years ago

spot-web v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Spot - Web SDK

Install the SDK to your web project using the following instructions.

Via NPM or yarn:

npm i spot-web
# or
yarn add spot-web

Via CDN

<script type="text/javascript" src="https://unpkg.com/spot-web"></script>

Get Started

Instantiate your Spot Class Using:

const spot = new Spot(<Your Project ID>, <Your Public API Key>);

Tag session to a user:

spot.identify({ email?, name?, phone?, photoURL? });

Check out the detailed documentation

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago