This repository contains my implementation of the Music Advisor project in JetBrains Academy.
This Java application interacts with Spotify's API via a Spotify application.
Some data of the Spotify application must be specified in application.properties
: Client ID, Client Secret, and Redirect URI.
spotify.client.id=your_spotify_app_client_id
spotify.client.secret=your_spotify_app_client_secret
# e.g. redirect-uri=http://localhost:8080
redirect-uri=your_spotify_app_redirect_uri
For more information on how to configure / obtain that information in your Spotify application, check https://developer.spotify.com/documentation/general/guides/app-settings/.