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.
- Clone the repository
- Run composer installl.
- Start webserver.
php -S localhost:8888 -t web/
In the test folder u can find several tests.
The MIT License (MIT).