Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revolunet/jsconsole
Web based console - for presentations and workshops
https://github.com/revolunet/jsconsole
Last synced: 3 months ago
JSON representation
Web based console - for presentations and workshops
- Host: GitHub
- URL: https://github.com/revolunet/jsconsole
- Owner: revolunet
- License: mit
- Fork: true (remy/jsconsole)
- Created: 2011-03-03T14:12:51.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-03T12:58:59.000Z (almost 14 years ago)
- Last Synced: 2024-07-15T14:39:16.336Z (5 months ago)
- Language: JavaScript
- Homepage: http://jsconsole.com
- Size: 1.46 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: MIT-LICENSE.TXT
Awesome Lists containing this project
README
# JS Console
A JavaScript (and [CoffeeScript](http://coffeescript.com)) web console, useful for quick experimentation, debugging, presentations (for live coding) and workshops.
Also available as a [native iOS app](http://jsconsole.com/app/) from the iTunes store
# Features
- Remote device debugging using "listen" command ([more info](http://jsconsole.com/remote-debugging.html))
- 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# TODO
- Permalink to session (trickier, server side required - can I do it without?)