Skip to content

Test case using Guzzle to make async requests using promises to handle the responses.

License

Notifications You must be signed in to change notification settings

websoftwares/spotify-artist-album-overview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

Test case using Guzzle to make async requests using promises to handle the responses.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages