1.1.0 • Published 1 year ago

spot-web v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago