trakker-analytics
TypeScript icon, indicating that this package has built-in type declarations

0.2.2 • Public • Published

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Trakker Analytics

Trakker Analytics is an analytic tool for websites and web applications. With it, you can track traffic and see statistics on your websites. Trakker Analytics Dashboard has a clean interface with all the statistics. You can connect the SDK using the NPM package or the unpkg.com website. The point of the app is to make tracking implementation easy.

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact
  6. Acknowledgments

About The Project

Product Name Screen Shot

(back to top)

Built With

  • Next
  • React
  • TypeScript
  • Supabase
  • TailwindCSS

(back to top)

Getting Started

This is an instruction on how to install Trakker Analytics to your web app.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

  1. Install NPM package

    npm i trakker-analytics
  2. Import the module

    import Trakker from "trakker-analytics";
  3. Create instance of the class and initialize it

    const trakker = new Trakker("Your API_KEY");
    trakker.initialize();

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Borys Kaczmarek - boryskac10@gmail.com

Project Link: https://github.com/borys35/trakker-analytics

(back to top)

Acknowledgments

(back to top)

Readme

Keywords

Package Sidebar

Install

npm i trakker-analytics

Weekly Downloads

1

Version

0.2.2

License

MIT

Unpacked Size

11.8 kB

Total Files

5

Last publish

Collaborators

  • borys35