lighthouse-reports

0.1.1 • Public • Published

lighthouse-reports

Quick JSON audits from GoogleChrome/lighthouse

Install

$ npm install --save lighthouse-reports

Usage

const lighthouseReporter = require('lighthouse-reports');

lighthouseReporter.run('https://airhorner.com')
    .then(data => {
        return data.audits; // do something with the audits
    });

License

Apache 2.0 Google Inc.

Package Sidebar

Install

npm i lighthouse-reports

Weekly Downloads

4

Version

0.1.1

License

Apache-2.0

Last publish

Collaborators

  • addyosmani