0.0.12 • Published 1 year ago

@hypership/analytics v0.0.12

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

🚀 Hypership Analytics 🚀

Hypership Analytics is a powerful analytics library for your web applications. It provides a simple integration and a full monitoring dashboard via the Hypership Platform.

Installation

npm install @hypership/analytics

Usage

import { HypershipAnalytics } from '@hypership/analytics';

// Initialize the package in your main App function
export default function App() {
  HypershipAnalytics();

  return (
    <>
      <div>
        <h1>Basic Example</h1>
      </div>
    </>
  );
};

API Key

You can provide your Hypership API Key in one of the following ways:

  • Directly as an argument when initializing Hypership Analytics.
  • As an environment variable named HYPERSHIP_API_KEY.
  • As an environment variable named REACT_APP_HYPERSHIP_API_KEY if you're using Create React App.
  • As an environment variable named NEXT_PUBLIC_HYPERSHIP_API_KEY if you're using Next.js.

License

MIT

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago