0.1.2 • Published 3 years ago

@surfside/surfside-tracker v0.1.2

Weekly downloads
-
License
BSD-2-Clause
Repository
bitbucket
Last release
3 years ago

JavaScript web analytics for Surfside

Overview

Add analytics to your websites and web apps with the Surfside event tracker for JavaScript.

With this tracker you can collect user event data (page views, e-commerce transactions etc) from the client-side tier of your websites and web apps.

Contributing quickstart

Assuming git and Docker installed:

 host$ docker build -t tracker .
 host$ docker run tracker grunt
 host$ cd core
 host$ docker build -t core .
 host$ docker run core grunt

Set up an ./aws.json file using the example ./aws.sample.json. If you just want to concat + minify without uploading then you don't need to fill out the aws.json file with valid credentials.

Build the package (default task concatenates and minifies) using grunt.

0.1.2

3 years ago

0.1.1

3 years ago

0.0.1

3 years ago