# webadb.js **Repository Path**: changanreson/webadb.js ## Basic Information - **Project Name**: webadb.js - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-08 - **Last Updated**: 2024-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## One-stop .js for Android Debug Bridge (adb) over WebUSB ```js let webusb = await Adb.open("WebUSB"); let adb = await webusb.connectAdb("host::"); let shell = await adb.shell("uname -a"); console.log(await shell.receive()); ``` ## Install From NPM: ``` npm install --save webadb ``` From CDN: ```html ```