https://github.com/aapis/calmconsole
An on-screen console debugging tool intended for mobile devices where the console may be hidden or not supported.
https://github.com/aapis/calmconsole
Last synced: 4 months ago
JSON representation
An on-screen console debugging tool intended for mobile devices where the console may be hidden or not supported.
- Host: GitHub
- URL: https://github.com/aapis/calmconsole
- Owner: aapis
- Created: 2012-12-03T00:12:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-06T21:40:08.000Z (over 11 years ago)
- Last Synced: 2025-01-28T14:14:21.487Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 246 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CalmConsole
===========An on-screen console debugging tool intended for mobile devices were the console may be hidden or not supported.
How do I use this?
==================* Download/clone the package
* Add `````` to your markup
* Fire up your console-less mobile device (or browser)
* ProfitUsing CalmConsole
=================You can invoke CC using the browser's built in console by calling ```calm.log('message to log');```, or by adding it directly into your code. Don't want to ditch your beloved ```console.log()```? No problem, CalmConsole will display any messages logged using the Console object as well (currently ```console.log```, ```console.warn``` and ```console.error``` are supported).
This sucks, I could make it better!
===================================I'm always looking to improve my skills, and my projects, so fork away. Anything marked as TODO (or any of the issues, obviously) are a good place to start.