Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.01 KB

File metadata and controls

37 lines (23 loc) · 1.01 KB

Swetrix Analytics API Custom Dashboard

This is a simple dashboard application that displays analytics data from Swetrix Analytics API. It includes:

  • Visitor statistics (sessions, pagesviews, session duration)
  • Top referring websites
  • Weekly traffic data

It uses /v1/log and /v1/log/birdseye endpoints to fetch data.

Demo Screenshot

Getting Started

To get started with this dashboard, follow these steps:

  1. Clone the repository
  2. Navigate to the project directory
  3. Install dependencies
npm install
  1. Start the development server
npm run dev
  1. Open your browser and navigate to the URL shown in the terminal

API Information

This dashboard uses the Swetrix API to fetch data for our live stats (public) project with ID STEzHcB1rALV.

For more information about the Swetrix Analytics API, visit the documentation.