Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rookiemonkey/boilerplate-lighthouse
- Owner: rookiemonkey
- Created: 2021-02-26T11:32:52.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T11:03:14.000Z (about 2 months ago)
- Last Synced: 2024-11-18T12:19:45.367Z (about 2 months ago)
- Topics: lighthouse, seo, seo-audit, technical-seo
- Language: JavaScript
- Homepage:
- Size: 228 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.xml2. Run lighthouse
```$ yarn run audit```3. Once tests are done, open your browser on localhost:5000 to see results
```localhost:5000```