Karlkorv / best-song

Basic webpage that allows you to paste a spotify playlist url and get a tournament setup of all the songs to figure out which one is best. Built using Blazor server App
MIT License
0 stars 0 forks source link
blazor

Spotify Song Tournament

How to use:

Register an app at https://developer.spotify.com/dashboard
Clone the repository
cd to src folder and run

dotnet user-secrets init
dotnet user-secrets set "Spotify:ClientId" "YOUR-CLIENT-ID" 
dotnet user-secrets set "Spotify:ClientSecret" "YOUR-CLIENT-SECRET"

If done correctly the secrets.json file should look like this

{
  "Spotify": {
    "ClientId": "YOUR-CLIENT-ID",
    "ClientSecret": "YOUR-CLIENT-SECRET"
  }
}

then run dotnet run and navigate to https://localhost:7196/

Resources

Spotify color palette (hex):

1db954 Dark green

1ed760 Light green

ffffff Pure white

191414 black