Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skiniks/bangers
Find your best Bluesky posts, ranked by engagement 🦋
https://github.com/skiniks/bangers
bluesky bluesky-social javascript nextjs typescript
Last synced: 10 days ago
JSON representation
Find your best Bluesky posts, ranked by engagement 🦋
- Host: GitHub
- URL: https://github.com/skiniks/bangers
- Owner: skiniks
- License: mit
- Created: 2024-02-29T02:26:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-30T18:29:16.000Z (about 1 month ago)
- Last Synced: 2024-12-30T19:28:52.162Z (about 1 month ago)
- Topics: bluesky, bluesky-social, javascript, nextjs, typescript
- Language: TypeScript
- Homepage: https://bangers.ryanskinner.com
- Size: 550 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bangers
Find your best Bluesky posts, ranked by engagement. Discover and showcase your most impactful content through likes, reposts, and overall community interaction.
## Features
- 🔍 Search any Bluesky handle
- 📊 Posts ranked by engagement score
- 🖼️ Media previews and embeds
- ⚡ Fast and cached results## Quick Start
```bash
# Clone the repository
git clone https://github.com/skiniks/bangers.git# Install dependencies
bun install# Start the development server
bun dev
```Visit [http://localhost:3000](http://localhost:3000) to see the app.
## Tech Stack
- [Next.js](https://nextjs.org/) - React Framework
- [AT Protocol](https://atproto.com/) - Bluesky API
- [TailwindCSS](https://tailwindcss.com/) - Styling
- [Framer Motion](https://www.framer.com/motion/) - Animations
- [React Query](https://tanstack.com/query/latest) - Data Fetching
- [TypeScript](https://www.typescriptlang.org/) - Type Safety## Contributing
Contributions are welcome! Feel free to submit a Pull Request.
## License
MIT License - see the [LICENSE](LICENSE) file for details