tonyyzy / music

GitHub page to display my favourite artists and albums from spotify

Home Page:https://tonyyzy.github.io/music/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://tonyyzy.github.io/music/

License:MIT License


Languages

Language:HTML 89.8%Language:Python 10.2%