JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10
  • Score
    100M100P100Q38741F
  • License ISC

A lightweight and framework-agnostic analytics component to track user events and sessions in your web applications.

Package Exports

  • nano-analytics
  • nano-analytics/dist/index.js
  • nano-analytics/dist/index.mjs

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nano-analytics) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Nano Analytics

Nano Analytics is a lightweight and framework-agnostic package for embedding web analytics into any application using a simple tag-based approach.

Installation

npm install nano-analytics

Usage

<script>
  import "nano-analytics";
</script>

<nano-analytics
  projectKey="PROJECT_KEY"
  userId="USER_ID
/>

Features

  • Tracks user visits, geographic locations and more.
  • Simple integration with <nano-analytics /> tag.
  • Part of NanoSights.dev.