Spotify Playlist Sorter
Setting up
create an env file and set the following.
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=
SPOTIFY_REDIRECT_URL=
DOMAIN=
The SPOTIFY info you will need to get from their web developer portal.
Using
Start the program using vscode or go run . then make requests to the api endpoints.
for the payloads load the postman config file.