tauspy

1.0.3 • Public • Published

Tauspy

Install

  • npm install tauspy

How to use

import { Taus, TauspyStore } from 'tauspy';

// Initialize taus
const taus = new Taus(_.now(), [
    new TauspyStore('https://urlToTaus')
]);

// Track your event
taus.track('search', {
    action: 'filter show all',
    tags: [ 'global search click' ]
});

/tauspy/

    Package Sidebar

    Install

    npm i tauspy

    Weekly Downloads

    1

    Version

    1.0.3

    License

    none

    Unpacked Size

    16.9 kB

    Total Files

    4

    Last publish

    Collaborators

    • targetprocess-user