lighthouse-reports
v0.1.1
Published
JSON audits from Lighthouse
Downloads
6
Maintainers
Readme
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.