UNPKG

wps-website-performance-scores

Version:

Website Performance Scores (WPS) is a Puppeteer-based library developed in order to measure the performance of a website using WebVitals scores (like Lighthouse).

6 lines (4 loc) 125 B
const WPS = require('./wps') const config = require('./config.json') const wps = new WPS(config).run() module.exports = wps