Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 829 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 829 Bytes

Spotify artist album overview.

Create an overview of artist names and albums. Use the Spotify REST API with provided artists to find related artists and display them together in a overview with artist name and album.

Tasks:

  • Retrieve provided artists and extract the artist name and id.
  • Retrieve related artists by id and extract the artist name and id.
  • Retrieve artists albums previous retrieved artist ids extract album name.
  • Create a overview with the following data artist name, album title.

Run demo

  • Clone the repository
  • Run composer installl.
  • Start webserver.
php -S localhost:8888 -t web/

Testing

In the test folder u can find several tests.

License

The MIT License (MIT).