An open API service indexing awesome lists of open source software.

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.

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)
* Profit

Using 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.