Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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

```html



```

```html



```

```html



```