basic styling.

This commit is contained in:
Joshua Ashton
2025-02-03 10:54:55 -07:00
parent b3c82d7062
commit e3a972d702
6 changed files with 104 additions and 8 deletions
BIN
View File
Binary file not shown.
+1
View File
@@ -26,6 +26,7 @@ func main() {
client_id := os.Getenv("SPOTIFY_CLIENT_ID")
redirect_uri := "https://cs2440.joshashton.dev/music"
//redirect_uri := "http://localhost/music"
scope := "user-top-read"
redirectURL := "https://accounts.spotify.com/authorize?" + strings.Join([]string{