1.0.3 • Published 6 years ago

tauspy v1.0.3

Weekly downloads
26
License
-
Repository
-
Last release
6 years ago

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' ]
});
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago