An application that displays a musical artist and their top albums and tracks that have been streamed through the use of the Last.fm api.
GET https://www.last.fm/api/show/artist.getTopAlbums
GET https://www.last.fm/api/show/artist.getTopTracks
- As a user, I want to see the top albums displayed for the artist.
- As a user, I want to see the top tracks displayed for the artist.
- As a user, I want to be able to navigate back to the home page.
- As a user, I want to see the top albums displayed for the artist.
- As a user, I want to see the top tracks displayed for an artist.
- As a user, I want to be able to navigate back to the home page.
- As a user, I want to be able to search for different artists' discographies.
- As a user, I want to be able to create, edit, and delete artists.