Skip to content

Gerem66/SpotifyAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpotifyAPI

Configuration

  • Create a configuration file named config.json with content:
{
    "SPOTIFY_KEY": "",
    "SPOTIFY_TOKEN": "",
    "SPOTIFY_TOKEN_CREATION": "",
    "SPOTIFY_TOKEN_DURATION": ""
}

Spotify client ID and client secret can be obtained from Spotify Developer Dashboard. And spotify key is base64 encoded string of client ID and secret, which can be obtained by running echo -n "client_id:client_secret" | base64 in terminal.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages