Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/macacajs/app-inspector
App-inspector is a mobile UI viewer in browser.
https://github.com/macacajs/app-inspector
android automation inspector ios macaca native
Last synced: 3 days ago
JSON representation
App-inspector is a mobile UI viewer in browser.
- Host: GitHub
- URL: https://github.com/macacajs/app-inspector
- Owner: macacajs
- License: mit
- Created: 2016-08-05T17:19:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T11:25:28.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T11:54:19.765Z (8 months ago)
- Topics: android, automation, inspector, ios, macaca, native
- Language: JavaScript
- Homepage: https://macacajs.github.io/app-inspector/
- Size: 2.18 MB
- Stars: 390
- Watchers: 33
- Forks: 78
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# app-inspector
---
[![NPM version][npm-image]][npm-url]
[![Package quality][quality-image]][quality-url]
[![CI][CI-image]][CI-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![node version][node-image]][node-url]
[![npm download][download-image]][download-url][npm-image]: https://img.shields.io/npm/v/app-inspector.svg
[npm-url]: https://npmjs.org/package/app-inspector
[quality-image]: https://packagequality.com/shield/app-inspector.svg
[quality-url]: https://packagequality.com/#?package=app-inspector
[CI-image]: https://github.com/macacajs/app-inspector/actions/workflows/ci.yml/badge.svg
[CI-url]: https://github.com/macacajs/app-inspector/actions/workflows/ci.yml
[coveralls-image]: https://img.shields.io/coveralls/macacajs/app-inspector.svg
[coveralls-url]: https://coveralls.io/r/macacajs/app-inspector?branch=master
[node-image]: https://img.shields.io/badge/node.js-%3E=_8-green.svg
[node-url]: http://nodejs.org/download/
[download-image]: https://img.shields.io/npm/dm/app-inspector.svg
[download-url]: https://npmjs.org/package/app-inspector[App-inspector](//macacajs.github.io/app-inspector/) is a mobile UI viewer in browser.
## Contributors
|[
xudafeng](https://github.com/xudafeng)
|[
meowtec](https://github.com/meowtec)
|[
paradite](https://github.com/paradite)
|[
zivyangll](https://github.com/zivyangll)
|[
ziczhu](https://github.com/ziczhu)
|[
CodeToSurvive1](https://github.com/CodeToSurvive1)
|
| :---: | :---: | :---: | :---: | :---: | :---: |
[
qichuan](https://github.com/qichuan)
|[
snapre](https://github.com/snapre)
|[
risinek](https://github.com/risinek)
|[
mahalo777](https://github.com/mahalo777)
|[
zhuyali](https://github.com/zhuyali)This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Thu Apr 21 2022 00:04:00 GMT+0800`.
![](https://macacajs.github.io/app-inspector/assets/7dfcf2f7gw1f77ev6csw5g20s50iwe81.gif)
## Installation
App-inspector is distibuted through npm. To install it, run the following command line:
```bash
$ npm i app-inspector -g
```Note: If you are going to use app-inspector on real iOS device, see [iOS Real Device section](#ios-real-device)
## Usage
```bash
$ app-inspector -u xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
```## Home Page
Visit https://macacajs.github.io/app-inspector/ for more information.
### iOS Real Device
First, find the Development Team ID as shown on image below.
![](https://macacajs.github.io/app-inspector/assets/6d308bd9gy1fg7cnt9hf6j20t70h7782.jpg)
Run this command where TEAM_ID is your ID from the first step.
```bash
$ DEVELOPMENT_TEAM_ID=TEAM_ID npm i app-inspector -g
```## License
The MIT License (MIT)