cheatsheets/weinre.md

18 lines
521 B
Markdown

---
title: Weinre
category: JavaScript
---
* [Weinre](http://people.apache.org/~pmuellr/weinre/)
Install:
$ npm install -g weinre
Start the server:
$ weinre --boundHost 0.0.0.0
$ open http://localhost:8080
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.async=1;js.src='http://'+location.hostname+':8080/target/target-script-min.js#anonymous';fjs.parentNode.insertBefore(js,fjs);}}(document,'script','weinre');</script>