Skip to content

mersesarvari/statvisor-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@statvisor/sdk

Official SDK for Statvisor — backend API monitoring and frontend performance analytics.

Installation

npm install @statvisor/sdk
# or
yarn add @statvisor/sdk
# or
pnpm add @statvisor/sdk

Quick Start

  1. Create a free account at statvisor.com
  2. Create a project and copy your API key
  3. Add the middleware to your app
import * as statvisor from '@statvisor/sdk';

app.use(statvisor.express({ apiKey: process.env.STATVISOR_API_KEY! }));

For full setup guides (Express, Fastify, Hono, Next.js, Cloudflare Workers, and frontend analytics), visit the docs at statvisor.com.

License

MIT

About

Official SDK for Statvisor — backend API monitoring and frontend analytics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors