warplyze
v1.0.1
Published
Lightweight SDK to track signups via Warplyze
Downloads
1
Readme
warplyze
Installation
npm install warplyze
Initialize with your API key
import { Warplyze } from "warplyze";
const tracking = new Warplyze({
apiKey: "your_api_key",
workspaceId: "your_workspace_id"
});
tracking.capture({
email: "[email protected]"
});
How to get API Key and Workspace ID
- Go to Warplyze
- Select your workspace
- Under the "API Key" section, you will find both the API key and workspace ID
