xeno-sdk-web
v0.5.4
Published
Xeno Web SDK for user analytics and device fingerprinting
Readme
📦 Xeno SDK Web
A lightweight TypeScript SDK for communicating with Xeno APIs from the browser (and Node).
This README shows how to setup, build, and run the project locally and in a CDN-backed production setup (including how to test test/index.html with a local HTTP server).
🛠 Prerequisites
- Node.js >= 16
- npm (or yarn)
- Git (optional)
🚀 Quick setup
# clone & enter repo
git clone https://github.com/xenolab007/xeno-sdk-web.git
cd xeno-sdk-web
# install deps
npm install
# or
# yarn installRun locally (dev server)
npm run dev
This starts a local development server (default: http://localhost:5173)
You can test your SDK using the test/index.html page:
http://localhost:5173/test/index.html
