An User Friendly ADB Logcat Web Viewer
npm install logcat-viewer:radio: An User Friendly ADB Logcat Viewer written in React and NodeJS

``bashinstall the module globally with npm
$ npm install -g logcat-viewer
go to http://localhost:8999 in your browser.
Screenshots
Development setup
` bash
clone repository
git clone https://github.com/lexmartinez/logcat-viewer.gitopen project folder
cd logcat-viewerinstall dependencies
yarn installrun the app at localhost:8999
yarn start
``This project is licensed under MIT License - see the LICENSE.md file for details