Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickfrosty/spacebird
The first public Twitter Spaces search engine
https://github.com/nickfrosty/spacebird
audio elasticsearch express spaces tailwind twitter vue
Last synced: 27 days ago
JSON representation
The first public Twitter Spaces search engine
- Host: GitHub
- URL: https://github.com/nickfrosty/spacebird
- Owner: nickfrosty
- Created: 2021-11-04T17:22:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T18:22:20.000Z (over 2 years ago)
- Last Synced: 2024-11-07T15:54:33.255Z (3 months ago)
- Topics: audio, elasticsearch, express, spaces, tailwind, twitter, vue
- Language: JavaScript
- Homepage: https://frostbutter.com/projects/spacebird
- Size: 1.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spacebird
The very first public Twitter Spaces search engine.
Helping the early adopters of Twitter Spaces to explore active and scheduled Twitter spaces.
## The problem
For several months after Twitter released Spaces, their live audio chatroom product, there was no way to search for them. Either active ones or scheduled.
## The goal
Spacebird was created to bridge the gap of what Twitter was seeminly slow to roll out: a way to search and find specific topic based Twitter Spaces.
## Tech stack
- Vue.js - frontend framework
- TailwindCSS - CSS tooling and designing
- Elasticsearch - as a scalable search database to cache the Twitter API calls (to prevent reaching the very low rate limit)
- Node/Express API - RESTful API to communicate between the Twitter API and the Elasticsearch database## More info?
You can find more information about me, [Nick Frostbutter](https://frostbutter.com), at the following links:
- My personal website - [frostbutter.com](https://frostbutter.com)
- [@nickfrosty on Twitter](https://twitter.com/nickfrosty)
- More of my [side projects](https://frostbutter.com/projects/)PS: This project is no longer maintainted.