--- title: Weinre category: JavaScript libraries tags: [Archived] intro: | [weinre](https://www.npmjs.com/package/weinre) is a remote Web inspector. Note that it has been deprecated since 2016. archived: Weinre has been deprecated since 2016. --- ### Usage #### Install: ``` $ npm install -g weinre ``` #### Start the server: ``` $ weinre --boundHost 0.0.0.0 $ open http://localhost:8080 ``` ### HTML to inject ```html ``` ### References - [Weinre](http://people.apache.org/~pmuellr/weinre/)