OSDN Git Service

Regular updates
[twpd/master.git] / weinre.md
1 ---
2 title: Weinre
3 category: JavaScript libraries
4 ---
5
6  * [Weinre](http://people.apache.org/~pmuellr/weinre/)
7
8 Install:
9
10     $ npm install -g weinre
11
12 Start the server:
13
14     $ weinre --boundHost 0.0.0.0
15     $ open http://localhost:8080
16
17     <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>