Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ebidel/lighthouse-badge
Lighthouse score badge
https://github.com/ebidel/lighthouse-badge
audit github-badge lighthouse
Last synced: 27 days ago
JSON representation
Lighthouse score badge
- Host: GitHub
- URL: https://github.com/ebidel/lighthouse-badge
- Owner: ebidel
- License: apache-2.0
- Created: 2018-02-27T01:41:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T15:32:26.000Z (over 6 years ago)
- Last Synced: 2024-10-06T18:21:10.150Z (about 1 month ago)
- Topics: audit, github-badge, lighthouse
- Language: HTML
- Homepage: https://lighthouse-badge.appspot.com/examples
- Size: 31.3 KB
- Stars: 136
- Watchers: 4
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - lighthouse-badge
README
## Lighthouse score badges
Be proud of your [Lighthouse](https://github.com/googlechrome/lighthouse) score! Display
this badge in a Github readme, on your site, in a presentation,...wherever.Large:
[![Lighthouse score: 100/100](https://lighthouse-badge.appspot.com/?score=100)](https://github.com/ebidel/lighthouse-badge)
[![Lighthouse score: 65/100](https://lighthouse-badge.appspot.com/?score=65)](https://github.com/ebidel/lighthouse-badge)
[![Lighthouse score: 35/100](https://lighthouse-badge.appspot.com/?score=35)](https://github.com/ebidel/lighthouse-badge)Compact:
[![Lighthouse score: 100/100](https://lighthouse-badge.appspot.com/?score=100&compact)](https://github.com/ebidel/lighthouse-badge)
[![Lighthouse score: 65/100](https://lighthouse-badge.appspot.com/?score=65&compact)](https://github.com/ebidel/lighthouse-badge)
[![Lighthouse score: 35/100](https://lighthouse-badge.appspot.com/?score=35&compact)](https://github.com/ebidel/lighthouse-badge)Include category:
[![Lighthouse score: 85/100](https://lighthouse-badge.appspot.com/?score=85&category=Perf&cachebust)](https://github.com/ebidel/lighthouse-badge)
[![Lighthouse score: 85/100](https://lighthouse-badge.appspot.com/?score=85&category=Perf&compact&cachebust)](https://github.com/ebidel/lighthouse-badge)### Examples
API: `https://lighthouse-badge.appspot.com/?score=[&compact]`
Parameters:
- `score`: required. set from [0,100].
- `compact`: optional. Renders smaller image instead.
- `category`: optional. Specify a report section label (e.g. "PWA", "Perf", "A11y", "Best Practices")Markdown
```md
[![Lighthouse score: 100/100](https://lighthouse-badge.appspot.com/?score=100)](https://github.com/ebidel/lighthouse-badge)
``````md
[![Lighthouse score: 85/100](https://lighthouse-badge.appspot.com/?score=85&compact&category=PWA)](https://github.com/ebidel/lighthouse-badge)
``````md
[![Lighthouse score: 65/100](https://lighthouse-badge.appspot.com/?score=65&compact)](https://github.com/ebidel/lighthouse-badge)
```HTML