Personal music advisor, which uses Spotify API. Commands:
- featured — list of Spotify featured playlists with their links fetched from API;
- new — list of new albums with artists and links on Spotify;
- categories — list of all available categories on Spotify (just their names);
- playlists C_NAME, where C_NAME — name of category. List contains playlists of this category and their links on Spotify;
- Go to the Spotify Web site for developers and create your application.
- Download repository
- In ApiAuthorizationHandler.class replace clientId & clientSecret with your credentials from step #1
- Run app and enjoy.
Author: Paweł Brzeziński