Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.79 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.79 KB

Bears-Team-32

Team Member

Folder Structure

src
 |-- components (for stateless components)
 |-- containers (for stateful components)

API Usage..

Use together with Spotify end points
https://jffy-api.herokuapp.com/api/v1/spotify/?query={:spotify api}

exmple :
https://jffy-api.herokuapp.com/api/v1/spotify/?query=https://api.spotify.com/v1/tracks/1CkvWZme3pRgbzaxZnTl5X

Pre-set endpoints

End point Purpose Remark
/api/v1/spotify/featured Get featured list
/api/v1/spotify/search?query={string}&type={string} Search by query and type Available types : album , artist , playlist , track
/api/v1/spotify/new-releases Get new releases list
/api/v1/spotify/categories Get categories
/api/v1/spotify/track/{track_id} Get track by id
/api/v1/spotify/playlists/{playlist_id} Get playlist by id
/api/v1/spotify/genres Get genres
/api/v1/spotify/categories/{category_id}/playlists Get playlists by category

Waffle.io - Columns and their card count

Spotify-clone | Voyage-5 | chingu.io