growth-digital / droidekas

Debug your Google Analytics Android implementation in your browser

Home Page:https://www.npmjs.com/package/droidekas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Droidekas

Debug your Google Analytics Android implementation in your browser.

Installation

Install this globally and you'll have access to the droidekas command anywhere on your system..

npm install -g droidekas

Usage

  1. Ensure that USB Debugging is enabled in your Android device
  2. Ensure that you have the adb command globally installed to your computer
  3. Connect your Android device
  4. Run the droidekas server
  5. Open your browser and start debugging Google Analytics

To run the droidekas server, issue the following example command:

droidekas --hostname localhost --port 8080

About

Debug your Google Analytics Android implementation in your browser

https://www.npmjs.com/package/droidekas

License:MIT License


Languages

Language:JavaScript 95.1%Language:HTML 4.9%