electerious / ackee-lighthouse

Send Lighthouse reports to Ackee.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ackee-lighthouse logo

ackee-lighthouse

Donate via PayPal

A script that runs continuously thanks to GitHub Actions and sends Lighthouse reports the Ackee.


🤗 Usage

1. Install dependencies

ackee-lighthouse dependents on …

Make sure to install and update all dependencies before you continue. The installation instructions for the individual dependencies can be found on the linked websites.

2. Create the configuration

Pull the project and configure ackee-lighthouse using environment variables or create a .env file in the root of the project to store all variables in one file.

Examples:

ACKEE_ENDPOINT=https://ackee.example.com/api
ACKEE_EVENT_ID=a26932b8-a088-4fc1-b723-c3ea5b9ba9e4
URL=https://a.example.com
ACKEE_ENDPOINT=https://ackee.example.com/api
ACKEE_EVENT_ID=a26932b8-a088-4fc1-b723-c3ea5b9ba9e4,6bad9a10-ed63-447b-b026-086b80da15d2
URL=https://a.example.com,https://b.example.com
AUDIT=speed-index.numericValue

3. Install ackee-lighthouse

Install all required dependencies.

npm install

4. Run ackee-lighthouse

ackee-lighthouse will create a Lighthouse report for every URL specified in the environment. The AUDIT option must be a dot path that selects a single value from the Lighthouse report. It defaults to speed-index.numericValue, which will report the speed index as a numeric value (in milliseconds). ackee-lighthouse will send the selected value to the specified Ackee event.

Multiple URLs are handled so that the first URL uses the first event id, the second URL uses the second event id, and so on.

npm start

Miscellaneous

Donate

I am working hard on continuously developing and maintaining Ackee. Please consider making a donation to keep the project going strong and me motivated.

Links

About

Send Lighthouse reports to Ackee.

License:MIT License


Languages

Language:JavaScript 100.0%