0.1.13 • Published 4 months ago

@dingolytics/web v0.1.13

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

Dingolytics SDKs for JavaScript

Dingolytics is a data collection and analytics tool. It is a self-hosted solution that allows you to track your users' actions on your website, and also internal application events. It helps you to understand your users better, to make better decisions based on that data.

Installation

Direct JavaScript include:

<script src="https://cdn.jsdelivr.net/npm/@dingolytics/web@0.1.10/dist/index.min.js"></script>
<script>
    var dingolytics = new DingolyticsSDK({
        app: "example",
        dsn: "http://localhost:8080/ingest/1234567890abcdef",
    });
    dingolytics.init();
</script>

...

Usage

...

License

Dingolytics SDKs for JavaScript are licensed under the MIT license. See LICENSE for more information.

0.1.13

4 months ago

0.1.12

4 months ago

0.1.11

4 months ago

0.1.10

4 months ago

0.1.0

5 months ago