Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.19 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.19 KB

GTmetrix to BigQuery

repo status: WIP license: MIT standard-readme compliant

A script running browser test of specified urls through GTmetrix and saving metrics in BigQuery.

Project Status

Alpha, everything is subject to change.

Table of Contents

Background

Install

$ docker pull t3nde/gtmetrix-bq

Usage

# 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

Contributing

PRs accepted.

Small note: If editing the Readme, please conform to the standard-readme specification.

License

MIT