A script running browser test of specified urls through GTmetrix and saving metrics in BigQuery.
Alpha, everything is subject to change.
$ docker pull t3nde/gtmetrix-bq
# copy example config and edit
$ cp example-config.yaml config.yaml; vim config.yaml
$ docker run t3nde/gtmetrix-bq -v ${PWD}/config.yaml:/app/config.yaml --env GTMETRIX_REST_API_EMAIL=<email> --env GTMETRIX_REST_API_KEY=<key> t3nde/gtmetrix-bq
PRs accepted.
Small note: If editing the Readme, please conform to the standard-readme specification.