pochka15 / hyperskill.music-advisor

A drill project for the hyperskill course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Music Advisor

Some info

This is a personal music advisor that makes preference-based suggestions and even shares links to new releases and featured playlists. Together with Spotify, your music advisor will be a powerful guide to the world of music.
It is one of the hyperskill's projects that was made to learn how to work with spotify API.

How to launch

./gradlew run --console=plain --args='-page 2'

Hope it works 😅

Available arguments

  • Path of the access server, https://accounts.spotify.com by default

    -access nameOfAccessServer
    
  • Path of the resource server, https://api.spotify.com by default

    -resource nameOfResourceServer
    
  • Number of items rendered on a page, 5 by default

    -page numberOfItems
    
  • The id of the spotify's client, 60340c6859bf48dfbecd3b2d8f80b69a by default

    -clientId clientId
    
  • The client's secret code, 3fc7a79f20d740e0b08489f6f89d6b04 by default

    -clientSecret clientSecret
    

Workflow example

screenshot

About

A drill project for the hyperskill course.


Languages

Language:Java 100.0%