diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..d5ac2d5 --- /dev/null +++ b/.env.example @@ -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 diff --git a/index.html b/index.html index 9f60b1b..f5a2839 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,11 @@ + + + + + @@ -38,8 +43,9 @@
${errorMessage || 'Loading music data...'}
${statusText}
-${eq}${statusText}
+