Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akiran/weinre-demo
weinre setup for debug on mobile devices
https://github.com/akiran/weinre-demo
Last synced: about 1 month ago
JSON representation
weinre setup for debug on mobile devices
- Host: GitHub
- URL: https://github.com/akiran/weinre-demo
- Owner: akiran
- License: mit
- Created: 2015-01-11T08:04:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-11T10:44:43.000Z (almost 10 years ago)
- Last Synced: 2024-10-14T15:37:51.886Z (3 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# weinre-demo
Steps for setting up weinre for debugging mobile apps on mobile devices* Setup web app such that you can access it from both desktop and mobile devices
* Install weinre
```bash
npm install weinre -g
```* Start weinre server by passing host computer IP
```bash
weinre --boundHost
```* Add script tag for weinre in your web app
```html```
* Connect to weinre by accessing webapp from target mobile device