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
- Host: GitHub
- URL: https://github.com/parassolanki/bsky-profile
- Owner: ParasSolanki
- License: mit
- Created: 2024-11-13T16:47:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-15T17:00:46.000Z (over 1 year ago)
- Last Synced: 2025-04-22T15:08:33.872Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://parassolanki.github.io/bsky-profile/
- Size: 669 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).