Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 942 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 942 Bytes

yourMusic

Request a song with Spotify API

Requirements

For setup the project, you need to create a spotify applications in your developer dashboard.

https://developers.spotify.com/dashboard

Configurations

To setup your account, go to include/config.php and add your spotify app configurations like:
  • client ID
  • Client Secret
  • Link your domain callback url

NB: In you spotify dashboard, go to app settings and add callback.php url in Redirect URIs.

Furthermore, you need to import .sql file in database and setup database connections with:

  • mysql ip
  • mysql username
  • mysql password
  • mysql database name

After this, you need to go to auth.php via browser and connect your spotify account

Enjoy!