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

https://github.com/parassolanki/bsky-profile

Bsky Profile Webcomponent to displays a user's Bluesky profile
https://github.com/parassolanki/bsky-profile

Last synced: 5 months ago
JSON representation

Bsky Profile Webcomponent to displays a user's Bluesky profile

Awesome Lists containing this project

README

          

# Bsky Profile

Unofficial BSKY ([Bluesky](https://bsky.app)) Profile Webcomponent

Bsky Profile Webcomponent. `` is a custom web component that displays a user's Bluesky profile. It fetches the profile data from the Bluesky API and renders it in a clean, responsive layout and with dark, light and auto theme support.

Additionally, the component respects the user's device settings and avoids animations if the user has enabled "Reduce Motion" in their browser preferences.

## 📚 Documentation

Want to get started using some embed components?

Check out the [`bsky-profile` documentation](https://parassolanki.github.io/bsky-profile/)

### Installation

```bash
npm i bsky-profile
```

### Usage

```html

```

Checkout the full [docs](https://parassolanki.github.io/bsky-profile).