@blueconic/blueconic-web-sdk
v1.0.0
Published
BlueConic Web SDK - A JavaScript library for integrating with the BlueConic platform.
Maintainers
Readme
BlueConic Web SDK
Lightweight TypeScript SDK for BlueConic web integrations.
Overview
The SDK provides:
- initialization
- event tracking
- profile operations
- runtime event subscriptions
- a local demo application
Documentation
- Client-facing Web SDK documentation: docs/blueconic-web-sdk.md
Build
npm run buildThis builds the SDK into dist/.
Run The Demo
npm run demoThis command builds the SDK and starts the demo server.
Open:
http://localhost:4173The demo hostname value is configured in demo/app.js.
