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.
- Host: GitHub
- URL: https://github.com/emptywork/lighthouse-accessibility-thesis
- Owner: EmptyWork
- License: mit
- Created: 2023-06-08T16:06:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-12T13:18:37.000Z (over 2 years ago)
- Last Synced: 2025-02-26T17:36:36.207Z (about 1 year ago)
- Topics: google-lighthouse, nodejs, thesis
- Language: JavaScript
- Homepage:
- Size: 178 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](https://emptywork.netlify.app)