Xeno Web SDK for user analytics and device fingerprinting
npm install xeno-sdk-webA 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).
---
---
``bashclone & enter repo
git clone https://github.com/xenolab007/xeno-sdk-web.git
cd xeno-sdk-web
Run 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``