Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kasparsd/bluelight
Lighthouse Web API
https://github.com/kasparsd/bluelight
chrome chromium developer-tools nodejs performance-analysis server
Last synced: 16 days ago
JSON representation
Lighthouse Web API
- Host: GitHub
- URL: https://github.com/kasparsd/bluelight
- Owner: kasparsd
- Created: 2017-07-19T10:12:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T12:35:33.000Z (over 7 years ago)
- Last Synced: 2024-10-15T23:30:47.666Z (about 1 month ago)
- Topics: chrome, chromium, developer-tools, nodejs, performance-analysis, server
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Lighthouse Web Service
Run [Lighthouse](https://github.com/GoogleChrome/lighthouse) as a web service.
## Requirements
- [Chromium](https://www.chromium.org) (version 59 or later which supports the [headless mode](https://developers.google.com/web/updates/2017/04/headless-chrome))
- [Node.js](https://nodejs.org)### On Debian
$ sudo apt-get install chromium
$ curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
$ sudo apt-get install nodejs## Usage
$ git clone https://github.com/kasparsd/bluelight.git
$ cd bluelight
$ npm install
$ node index.js