An open API service indexing awesome lists of open source software.

https://github.com/emptywork/lighthouse-accessibility-thesis

This is a small program that I created to help me to gather Accessibility report from Google Lighthouse for my Bachelor's Thesis.
https://github.com/emptywork/lighthouse-accessibility-thesis

google-lighthouse nodejs thesis

Last synced: 4 months ago
JSON representation

This is a small program that I created to help me to gather Accessibility report from Google Lighthouse for my Bachelor's Thesis.

Awesome Lists containing this project

README

          

# TLighthouse - Lighthouse Accesibility Thesis

This is a small program that I created to help me to gather Accessibility report from Google Lighthouse™ for my Bachelor's Thesis.

## Requirement

Before you can install this program, you need to make sure that you have the latest version of [Google Chrome](https://www.google.com/chrome/) this due to [Lighthouse-CLI]() only support the use of Chrome as the program to run the test.

### Installation

To use this program you just need to follow this steps:

- `fork` this repo or `clone` this repo
- move to the directory where this repo located on you local device, then do `npm install` to download all the dependecies
- `npm run start` or `yarn start` to start initiate the program
- you can then access newly created file on `src` named `urlList.class.js` and add the certain url of websites that you want to do test on.

## Credits

- [Google Lighthouse](https://github.com/GoogleChrome/lighthouse) (opensource - owned and trademarked by Google inc.)
- [Lighthouse CLI](https://github.com/GoogleChrome/lighthouse) (opensource - owned and trademarked by Google inc.)
- [Async](https://github.com/caolan/async) (opensource)

### Supports

[![EmptyWork](https://raw.githubusercontent.com/EmptyWork/cpp-teaching/master/assets/active.svg)](https://emptywork.netlify.app)