Skip to content

minimal lighthouse audit runner using browserless

Notifications You must be signed in to change notification settings

yosom/browserless-lighthouse

 
 

Repository files navigation

browserless + lighthouse

minimal lighthouse audit runner using browserless

quickstart

$ git clone [email protected]:knksmith57/browserless-lighthouse browserless-lighthouse \
  && cd $_

$ docker-compose run --rm audit

## provide URL via positional arg
$ docker-compose run --rm audit https://google.com

## or via environment variable
$ docker-compose run --rm -e AUDIT_URL=https://google.com audit

About

minimal lighthouse audit runner using browserless

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.8%
  • Dockerfile 7.2%