0.3.1 • Published 7 years ago

microstar v0.3.1

Weekly downloads
9
License
MIT
Repository
github
Last release
7 years ago

microstar-frontend-track

Tracking library for frontend

Installation

npm install microstar

Usage

var microstar = require('microstar');
microstar.init({
  server_url: 'localhost:3000',
  sessionVariables: {
    user_id: 1,
  }
});

microstar.track('test', {value: 'testValue'});
0.3.1

7 years ago

0.3.0

7 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago