gitnlsn / gitnlsn/spotify-suggestions
Get playlists and liked songs
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
One of the features of the application is the page where he will manage all his songs and will have filter and sort options. For this to happen we must populate the app with song data.
Implement api calls on Spotify Api that gets playlists and liked songs.
Requirements:
- The application must be able to get all playlists and liked songs from the user
- Its not necessary to modify the playlists, add tracks, remove, replace or reorder
Technical Specifications:
- follows the pattern of existing api calls (injecting axiosInstance and data in the function call)
- implement Loaders as hooks that consumes AxiosContext
Requirement:
- unit tests
- add loaders to the Loaders story
Reference:
https://developer.spotify.com/documentation/web-api/reference/#/
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.