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%
hazycora 45b351d10b
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 1m11s
add docker build action
2026-07-29 16:58:58 -05:00
.forgejo/workflows add docker build action 2026-07-29 16:58:58 -05:00
docs allow changing themes 2023-05-07 06:34:12 -05:00
scrape remove everything to do with spotify (idgaf) 2026-06-25 19:57:47 -05:00
static add disclosure 2023-11-03 19:53:30 -05:00
template remove everything to do with spotify (idgaf) 2026-06-25 19:57:47 -05:00
.air.toml air.toml windows convenience 2023-10-26 22:55:56 -04:00
.dockerignore add docker 2026-06-25 20:10:40 -05:00
.env.example remove everything to do with spotify (idgaf) 2026-06-25 19:57:47 -05:00
.gitignore Remove old sqlite3 stuff & deps 2023-10-25 20:12:33 -04:00
compose.yml add docker 2026-06-25 20:10:40 -05:00
Dockerfile add platform stuff to Dockerfile 2026-07-28 16:46:47 -05:00
go.mod upgrade dependencies more 2026-07-28 17:14:10 -05:00
go.sum upgrade dependencies more 2026-07-28 17:14:10 -05:00
LICENSE add LICENSE 2023-05-06 23:09:39 -05:00
main.go upgrade dependencies more 2026-07-28 17:14:10 -05:00
README.md remove everything to do with spotify (idgaf) 2026-06-25 19:57:47 -05:00

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 key
  • BASE_URL - The root URL of the deployment, e.g. https://yellowcab.example.com (no trailing slash!)