Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/websoftwares/spotify-artist-album-overview
Test case using Guzzle to make async requests using promises to handle the responses.
https://github.com/websoftwares/spotify-artist-album-overview
Last synced: 29 days ago
JSON representation
Test case using Guzzle to make async requests using promises to handle the responses.
- Host: GitHub
- URL: https://github.com/websoftwares/spotify-artist-album-overview
- Owner: websoftwares
- License: mit
- Created: 2016-01-24T07:13:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-24T14:15:41.000Z (about 9 years ago)
- Last Synced: 2024-10-12T13:20:27.996Z (3 months ago)
- Language: PHP
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spotify artist album overview.
Create an overview of artist names and albums.
Use the [Spotify REST API](https://developer.spotify.com/web-api/endpoint-reference/) 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](http://opensource.org/licenses/MIT "MIT") License (MIT).