Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mazipan/lighthouse-node-basic
- Owner: mazipan
- License: mit
- Created: 2020-03-17T06:12:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T06:54:09.000Z (over 3 years ago)
- Last Synced: 2024-10-30T06:40:47.708Z (about 2 months ago)
- Topics: lighthouse, lighthouse-reports
- Language: JavaScript
- Size: 270 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.