All Projects → w3c → Mobile Checker

w3c / Mobile Checker

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

Programming Languages

javascript
184084 projects - #8 most used programming language

alt mobile checker by the World Wide Web Consortium

Build Status Coverage Status Dependency Status devDependency Status Join the chat at https://gitter.im/w3c/Mobile-Checker

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].