Hrdtr / litetics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Litetics (WIP)

npm version npm downloads

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

Mounting the event handlers to the api server:

// TODO

Register tracker in client:

// TODO

Development

local 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

About

License:MIT License


Languages

Language:TypeScript 99.9%Language:JavaScript 0.1%