a web widget that displays what music you're listening to
- Go 71.5%
- CSS 24%
- JavaScript 4.5%
| db | ||
| docs | ||
| scrape | ||
| spotify | ||
| static | ||
| template | ||
| .air.toml | ||
| .env.example | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
yellowcab
YellowCab is a web widget to tell someone what you're listening to at the very moment they load your page.
YellowCab currently supports these platforms:
Feel free to suggest more!
features
- Beautiful widget customizable to your liking
- JSON API to make your own widget
roadmap
- JS autorefresh as an alternative to HTML autorefreshing
API Documentation
.env file requirements
LASTFM_KEY- Last.fm API keySPOTIFY_ID- Spotify app IDSPOTIFY_SECRET- Spotify app secretBASE_URL- The root URL of the deployment, e.g.https://yellowcab.example.com(no trailing slash!)