Skip to content

Lockso/YourMusic

 
 

Repository files navigation

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!

Releases

No releases published

Packages

No packages published

Languages

  • HTML 59.0%
  • PHP 41.0%