Add configuration example, enhance song display with history, and improve UI responsiveness
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m50s

This commit is contained in:
Cameron Redmore 2025-08-08 19:19:37 +01:00
parent 84f9502b4a
commit 46cc5eb8a1
No known key found for this signature in database
6 changed files with 223 additions and 62 deletions

8
.env.example Normal file
View file

@ -0,0 +1,8 @@
# Copy to .env and fill in your secrets
# These are used by the Bun/Elysia server to fetch your current/last played track from Last.fm
LASTFM_API_KEY=
LASTFM_USERNAME=
# Optional
PORT=3000
NODE_ENV=development