Open velocitatem opened 1 year ago
processing/index.js
129 baseURL: 'https://api.spotify.com/v1/me', 180 baseURL: 'https://api.spotify.com/v1/me/top/tracks', 214 baseURL: 'https://api.spotify.com/v1/audio-features?ids=' + trackIds.join(','), 233 baseURL: 'https://api.spotify.com/v1/artists?ids=' + ids.join(','),
Create a user class: have methods getAbout and get getTracks. Create 2 generic functions getTrackFeatures and getArtistis
getAbout
getTracks
getTrackFeatures
getArtistis
processing/index.js
fileCreate a user class: have methods
getAbout
and getgetTracks
. Create 2 generic functionsgetTrackFeatures
andgetArtistis