a web widget that displays what music you're listening to
- Go 40.2%
- CSS 30%
- Go Template 21.5%
- JavaScript 5.7%
- Dockerfile 2.6%
|
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 1m11s
|
||
|---|---|---|
| .forgejo/workflows | ||
| docs | ||
| scrape | ||
| static | ||
| template | ||
| .air.toml | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| compose.yml | ||
| Dockerfile | ||
| 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 keyBASE_URL- The root URL of the deployment, e.g.https://yellowcab.example.com(no trailing slash!)