Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)