https://github.com/remy/jsconsole-iphone
The iPhone native version of JS Console (with WebSocket support)
https://github.com/remy/jsconsole-iphone
Last synced: 6 months ago
JSON representation
The iPhone native version of JS Console (with WebSocket support)
- Host: GitHub
- URL: https://github.com/remy/jsconsole-iphone
- Owner: remy
- Created: 2010-09-24T19:33:02.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2010-10-04T12:30:57.000Z (about 15 years ago)
- Last Synced: 2025-03-19T02:00:00.243Z (7 months ago)
- Language: Objective-C
- Homepage: http://jsconsole.com/app
- Size: 193 KB
- Stars: 71
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS Console
[](https://flattr.com/thing/66434/JS-Console-for-iOS)
A JavaScript web console, useful for quick experimentation, debugging, presentations (for live coding) and workshops.
This is the native version of [JS Console](http://jsconsole.com) - please do donate via the pledgie above if you find yourself building and using this app.
**If you don't have a developer account, you can now get [JS Console through the iTunes store](http://jsconsole.com/app) ($99 for a developer account vs. 99¢ for the compiled app!)**
# Features
- Resizable font (yep, biggest issue with Firebug in workshops)
- Autocomplete in WebKit desktop browsers
- shift + up/down for bigger console
- Save history (based on session)
- Add support for loading in a DOM (YQL - I thank you again)
- Permalink to individual executions# Note
This version of jsconsole uses copied files from [http://github.com/remy/jsconsole](http://github.com/remy/jsconsole) - but a subset, not *all* the files. Therefore the files are (for now) manually synced.
# TODO
- Permalink to session (trickier, server side required - can I do it without?)