Giter Club home page Giter Club logo

agata's Introduction

##agata

A simple UI layer over the components necessary to read hit logs for GAv4 on Android devices. An Android GA Tag Assistant, if you will.

Dependencies

Apart from the npm dependencies listed in package.json, this app relies on adb (Android Debug Bridge).

This can be installed either together with Android Studio or by installing the SDK tools alone.

In short, we want:

  • node/npm
  • adb binary

Setting up agata

Once your dependencies are set up and this repo cloned, you may want to copy your adb binary into bin/adb at the project's root:

$ cd agata
$ mkdir bin
$ cp /path/to/adb bin/adb

The other option is to remove ./bin/ everywhere it appears from the file adb.js (if adb is in your $PATH). You would do this if you will run this app from the command line.

Lastly, install npm dependencies:

$ npm install

Running agata

This app can run in two environments.

First, as a standard node app:

$ node tagassistant.js

Second, as a node-webkit standalone app, should you wish to package it for use by someone, without making them install node and other dependencies (like adb). This requires some set up, and has only been tested on Linux and MacOS, but instructions are straightforward.

In order to minimize duplication of files, the main field in package.json is set to the value that node-webkit would expect, so running this app by entering npm into the command line does nothing.

This is not an official Google product.

agata's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  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.