Mobile Checker

General

Category
Free
Tag
Web Tools
License
MIT License
Registered
Jul 3, 2015
Favorites
1
Link
https://github.com/w3c/Mobile-Checker
See also
Android Material Shadow Generator
AndroidWebServer

Additional

Language
JavaScript
Version
v0.0.2 (Jul 7, 2015)
Created
Jun 10, 2014
Updated
Jan 18, 2019 (Retired)
Owner
World Wide Web Consortium (w3c)
Contributors
The Gitter Badger (gitter-badger)
Dominique Hazael-Massieux (dontcallmedom)
Jérémie Astori (astorije)
Daniel Davis (tagawa)
Yves Lafon (ylafon)
Ebladi (guibbs)
Terence Eden (edent)
Guillaume Baudusseau (gbaudusseau)
QwertyChouskie (qwertychouskie)
tripu
10
Activity
Badge
Generate
Download
Source code

The Mobile Checker is a tool for Web developers who want to make their Web page or Web app work better on mobile devices.

The Mobile Checker was built to provide all of us web developers with a new and helpful experience of mobile Web developement. We built the base. Now join us, and make it grant your wishes. We hope you will make it awesome.

How does it work?

This tool is a full JavaScript Web application built with Node.js and Selenium WebDriver. Based on the mobile Web browser emulator API, the Mobile Checker combines powerful technologies to simulate a Web browser on a mobile device. That's why, contrary to most of the current online mobile emulators, the Mobile Checker can provide an emulation close to what your Web app looks like on different kinds of mobile devices, including tablets and smartphones.

Installation

Mobile Checker is a Node application. It will eventually be distributed through npm, but in the meantime you can simply clone this repository:

git clone https://github.com/w3c/Mobile-Checker.git
  1. Install Node.js

  2. Install npm dependencies:

    npm install -d
    
  3. In addition to the npm dependencies, install:

Running

In your terminal, run:

node app.js

Then, connect on the localhost:3000 port.

Testing

Testing is done using mocha. Simply run:

mocha --timeout 30000

from the root and you will be running the test suite. Mocha can be installed with:

npm install -g mocha

Feedback and contributions