Skip to content

tiago-sch/light-tower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Light Tower - WIP!

A Python/Flask approach to batch multiple http links for lighthouse reports.

Thanks to adamcupial for the great Lighthouse implementation in Python.

Notice: This is a work in progress done fast in some hours, so the code is ugly as hell!

Starting

To run Lighthouse here, you will need npm installed and also npm lighthouse package installed:

$ npm install -g lighthouse

To install the server, run the install script. (If needed, change the file to chmod 777.)

$ ./install.sh

And after everything installed, run the server with the run script

$ ./run.sh

Using

With the server up, access http://localhost:5000 to see the form. Fill the form and click submit. The report is done async, so there is a progress in the console, but the user will have to refresh the results page (http://localhost:5000/results) to see if the process is done or not.

About

A Python approach to batch lighthouse reports

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors