litetics
v1.0.0-rc.12
Published
Embeddable javascript analytics event tracking library
Downloads
33
Readme
Litetics (WIP)
Embeddable javascript analytics event tracking library.
Usage
Install package:
# ✨ Auto-detect
npx nypm install litetics
# npm
npm install litetics
# yarn
yarn add litetics
# pnpm
pnpm install litetics
# bun
bun install litetics
# deno
deno install litetics
Mounting the event handlers to the api server:
// TODO
Register tracker in client:
// TODO
Development
- Clone this repository
- Install latest LTS version of Node.js
- Enable Corepack using
corepack enable
- Install dependencies using
pnpm install
- Run interactive tests using
pnpm dev
License
Published under the MIT license. Made by community 💛
🤖 auto updated with automd