{"id":20078740,"url":"https://github.com/wpdas/mconsole","last_synced_at":"2025-05-05T22:32:55.710Z","repository":{"id":29345024,"uuid":"32879117","full_name":"wpdas/mConsole","owner":"wpdas","description":"Internal console for mobile devices. To be used in frameworks like Phonegap, Sencha and etc. Should only be used in mobile projects.","archived":false,"fork":false,"pushed_at":"2015-04-02T20:23:32.000Z","size":616,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-09T05:26:24.293Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wpdas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-25T17:09:46.000Z","updated_at":"2018-12-17T13:40:52.000Z","dependencies_parsed_at":"2022-09-06T19:31:06.633Z","dependency_job_id":null,"html_url":"https://github.com/wpdas/mConsole","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpdas%2FmConsole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpdas%2FmConsole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpdas%2FmConsole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpdas%2FmConsole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wpdas","download_url":"https://codeload.github.com/wpdas/mConsole/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252586372,"owners_count":21772286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T15:16:24.802Z","updated_at":"2025-05-05T22:32:55.445Z","avatar_url":"https://github.com/wpdas.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MobileConsole (mConsole)\n\nMConsole is a simple tool to be used in projects for mobile (hybrid). It was developed using the Phonegap framework as a test base. Through mConsole, you can see easily all console occurrences in the project (including errors).\n\nShould be used only for projects mobile.\n\n### How to use\n\n* Copy to root folder (or any folder inside of it) the file [mconsole.js](https://github.com/Wpdas/mConsole/blob/master/mconsole/mconsole.js), insert the same in your project and call its start function.\n\n* Example ([demo.js](https://github.com/Wpdas/mConsole/blob/master/demo.js)):\n```javascript\nwindow.onload = function(){\n\n    //Start mobile console and pass height (optional) per parameter.\n    //$mConsole.init(250);\n    $mConsole.init();\n\n    //Execute console\n    console.log($mConsole.version);\n    console.log(\"My log\");\n    console.warn(\"My warning\");\n    console.info(\"My info\");\n    console.debug(\"My debug\");\n\n    //Proposital error\n    myErrorVar;\n};\n```\nThis above code will generate something like this below:\n![Console running](https://raw.githubusercontent.com/Wpdas/mConsole/master/console.jpg \"Console running\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwpdas%2Fmconsole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwpdas%2Fmconsole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwpdas%2Fmconsole/lists"}