Giter Site home page Giter Site logo

vaibhavantil2 / autodata Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ekino/autodata

0.0 0.0 0.0 11.99 MB

Automatic and enhanced Google Analytics tracking for common user interactions on the web.

Home Page: https://ekino.github.io/autodata/

License: Other

JavaScript 97.92% CSS 1.95% HTML 0.13%

autodata's Introduction

Autodata

Build Status

This project is a fork of googleanalytics/autotrack and is part of the ekino github team.

You can find the project documentation at ekino.github.io/autodata

Table of contents

Requirements

Getting started

Autodata library can be installed with 2 options :

npm

$ npm install autodata

unpkg cdn

<script src="https://unpkg.com/autodata@latest"></script>

All the documentation and examples are available on the project's gitbook : ekino.github.io/autodata

Setup

Installation

Setup requirements

ENV vars

Create a copy of ENV.json.example and name it ENV.json in order to configure the local environment variable for development.

Running autodata

Every running script of autodata is listed here : demo page, unit tests, documentation

Running demo page

Execute the following command to start autodata demo page

$ yarn start

After what the demo page will be started at this url

Running tests

Execute the following command to start autodata unit tests

$ yarn test

Running documentation

Only useful if you want to edit documentation, otherwise you can consult online gitbook

Execute the following command to start autodata documentation

$ yarn doc

Build autodata

Execute the following command to build autodata

$ NODE_ENV=(development|production) yarn build

It will create a script depending on NODE_ENV

  • NODE_ENV=development -> autodata.js will keep log and unminified code
  • NODE_ENV=production -> autodata.min.js will remove log and uglify code

Release autodata

Execute the following command to release autodata

$ yarn version

Choose the new version with yarn interactive mode.

autodata's People

Contributors

mr-wildcard avatar illu avatar alekssdev avatar baptooo avatar jviala-ekino avatar bitscout avatar omarberrabeh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.