Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

w3c/Mobile-Checker

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published