A Lighthouse Slack integration for everyone.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
A Slack integration for Lighthouse – an open-source, automated tool for improving the quality of web pages.
Lighthouse helps identify and fix common problems that affect your site's performance, accessibility, and user experience. Learn more about it here.
With our bot, you can choose to run the full report, or select the specific audits you'd like to run. Information on all the audits can be found here.
To get a local copy up and running follow these steps.
In your local environment, you need:
- Node.js (comes with npm)
- nodemon
npm i nodemon
- Get a free API Key at https://example.com
- Fork and clone your forked repo
git clone https://github.com/your_username_/lighthouse-bolt.git
- Install NPM packages
npm install
- Enter your API in
config.js
const API_KEY = 'ENTER YOUR API';
- Run the app locally
npm start
- Run ngrok to host Slack bot
ngrok http 3000
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Apache 2.0 License. See LICENSE
for more information.
Eivenlour David
Helen Gezahegn
Winnie Ren