spot-web
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i spot-web

Weekly Downloads

20

Version

1.1.0

License

MIT

Unpacked Size

73.2 kB

Total Files

107

Last publish

Collaborators

  • d_e_v.e_s_h