Skip to content
/ music Public

GitHub page to display my favourite artists and albums from spotify

License

Notifications You must be signed in to change notification settings

tonyyzy/music

Repository files navigation

music

GET artists

GET https://api.spotify.com/v1/me/top/{type}

curl -X "GET" "https://api.spotify.com/v1/me/top/artists?time_range=short_term&limit=10&offset=0" -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer #"

GET tracks

GET https://api.spotify.com/v1/me/top/{type}

curl -X "GET" "https://api.spotify.com/v1/me/top/tracks?time_range=short_term&limit=10&offset=0" -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer #"

About

GitHub page to display my favourite artists and albums from spotify

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published