npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

lighthouse-reports

0.1.1

@addyosmani

npmHomeRepoSnykSocket
Downloads:0
$ npm install lighthouse-reports
DailyWeeklyMonthlyYearly

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.