Simple Android ADB device monitoring
Consists of two components
- Server with REST API running in NodeJS
- Angular frontend
Requires: NodeJS > 10.3
#####Server
npm install#####Frontend
npm install -g grunt
npm install -g grunt-cli
bower installedit scripts/config.js with the server url and refresh interval
#####Server
node deviceInfo.jsor
nodemon deviceInfo.js ( running in daemon mode monitors changes and restarts automatically)#####Frontend
grunt serveor deploy it to a static web server such as Apache