Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ernesto-jimenez/remote-js
Debug mobile web pages easier by having an small remote js console.
https://github.com/ernesto-jimenez/remote-js
Last synced: 2 months ago
JSON representation
Debug mobile web pages easier by having an small remote js console.
- Host: GitHub
- URL: https://github.com/ernesto-jimenez/remote-js
- Owner: ernesto-jimenez
- Created: 2011-03-02T23:45:33.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2015-01-11T02:29:08.000Z (almost 10 years ago)
- Last Synced: 2024-10-15T18:41:49.082Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 244 KB
- Stars: 47
- Watchers: 3
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# remote-js
This is a small tool to have a remote console to an existing browser.
When developing mobile web pages you usually miss the development console
provided by desktop browsers.This command line tool allows you to add an script tag into your mobile webpage
that will connect back to the tool using WebSockets allowing you to run
javascript remotely in the mobile browser.## Requirements
This is a node.js app, so you'll need to install node. That's all :)
## Installation and usage
Getting the tool running is simple:
**Using npm**
npm install remote_js
remote_js_If remote\_js is not found you'll need to make sure your $PATH contains `npm bin`. If `npm bin` is $PWD/node\_modules/.bin your $PATH should contain node\_modules/.bin/_
**From source**
git clone https://github.com/ernesto-jimenez/remote-js
cd remote-js
npm install
./bin/remote_js.jsNow you just need to copy & paste the script tag into your web page and start playing around.
## Contribute
This is a fast release for the tool. Feel free to modify it and send your Pull
Requests with fixes and improvements :)## Contributors
* Ernesto Jiménez
* Joe Ferner