0.0.3 • Published 1 year ago

@spiceshq/web-sdk v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Spices JavaScript SDK

Install

npm add @spiceshq/web-sdk

Usage

import * as Spices from "@spiceshq/web-sdk";

Spices.init({
  appId: "00000000-0000-0000-0000-000000000000",
  target: document.getElementById("app"),
  payload: {
    email: 'adam.johnson22@gmail.com',
    phone: '1234567890',
  },
});

Advanced Usage

Please visit our official docs.

Requirements

In order to use the SDK, a Spices account is required. Learn more.

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago