Socket
Book a DemoInstallSign in
Socket

hubot-mobilefriendly

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-mobilefriendly

Use Google PageSpeed API to report on a site's mobile goodness.

latest
Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

hubot-mobilefriendly

A hubot script to check a URL's mobile friendly rating via Google PageSpeed.

See src/mobilefriendly.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-mobilefriendly --save

Then add hubot-mobilefriendly to your external-scripts.json:

["hubot-mobilefriendly"]

Sample Interaction

user1>> hubot is github.com mobile friendly?
hubot>> Requesting Google PageSpeed report for http://example.org
hubot>> https://example.org/ is mobile friendly (100/100)
hubot>> https://www.google.com/webmasters/tools/mobile-friendly/?url=https://example.org/

Keywords

hubot

FAQs

Package last updated on 11 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts