Skip to content

pochka15/hyperskill.music-advisor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages