Skip to content

freemanfx/android-device-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

android-device-info

Simple Android ADB device monitoring

Consists of two components

  • Server with REST API running in NodeJS
  • Angular frontend

Installation

Requires: NodeJS > 10.3

#####Server

    npm install

#####Frontend

    npm install -g grunt
    npm install -g grunt-cli
    bower install

edit scripts/config.js with the server url and refresh interval

Running

#####Server

node deviceInfo.js

or

nodemon deviceInfo.js ( running in daemon mode monitors changes and restarts automatically)

#####Frontend

grunt serve

or deploy it to a static web server such as Apache

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published