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

https://github.com/rknightuk/status-lol-webc

A web component to load statuses from status.lol
https://github.com/rknightuk/status-lol-webc

Last synced: 9 months ago
JSON representation

A web component to load statuses from status.lol

Awesome Lists containing this project

README

          

# status.lol web component

A basic web component to mess around with how they work. Used [the-claw-webring-widget](https://github.com/whitep4nth3r/the-claw-webring-widget) for reference.

Loads statuses from [status.lol](https://status.lol) either for a specific user or all statuses.

## Build

`npm run build` will output to `dist`

## Usage

```html

```

Optional attributes:

- `address` if this is empty, it will load all statuses
- `limit` if this is empty, it will load just the first status

![](screenshot.png)