Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mazipan/lighthouse-node-basic

Running Lighthouse via Node.js and save the report in your file system
https://github.com/mazipan/lighthouse-node-basic

lighthouse lighthouse-reports

Last synced: 10 days ago
JSON representation

Running Lighthouse via Node.js and save the report in your file system

Awesome Lists containing this project

README

        

# lighthouse-node-basic

Running Lighthouse via Node.js and save the report in your file system

## Run

```
$ yarn lh
```

## Read More

- Read [Using Lighthouse programmatically](https://github.com/GoogleChrome/lighthouse/blob/master/docs/readme.md#using-programmatically) for help getting started.