1.0.3 • Published 7 years ago

tauspy v1.0.3

Weekly downloads
26
License
-
Repository
-
Last release
7 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

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago