Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rookiemonkey/boilerplate-lighthouse

:high_brightness: :flashlight: :wrench: :hammer: boilerplate for automating website performance, accessibility, best practice, and SEO audits via node.js using Google's Lighthouse CLI runtime https://github.com/GoogleChrome/lighthouse
https://github.com/rookiemonkey/boilerplate-lighthouse

lighthouse seo seo-audit technical-seo

Last synced: 27 days ago
JSON representation

:high_brightness: :flashlight: :wrench: :hammer: boilerplate for automating website performance, accessibility, best practice, and SEO audits via node.js using Google's Lighthouse CLI runtime https://github.com/GoogleChrome/lighthouse

Awesome Lists containing this project

README

        

# REQUIREMENTS

1. nodejs v18>=

# HOW TO USE

1. Define variables on ./src/source.json
- output directory (relative to source.json)
- delay per test (needed to prevent stress on the server)
- URL of Main sitemap.xml

2. Run lighthouse
```$ yarn run audit```

3. Once tests are done, open your browser on localhost:5000 to see results
```localhost:5000```