Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.11 KB

README.md

File metadata and controls

25 lines (22 loc) · 1.11 KB

Update your profile by the song your are listening on spotify!

This code updates your fxp's profile (picture and bio) by your current song you play on spotify!

How to use?

  1. Open terminal and type git clone https://github.com/avishaiDV/fxp_spotify_profile.git
  2. cd fxp_spotify_profile
  3. Create a spotify application here.
  4. Select "Edit settings" and in "Redirect URIs" type: http://localhost:8888/callback
  5. Grab your cliend secret + cliend id from "users and access" and open config.js file and edit your info:
export default {
    fxp_username: "", // Your fxp username
    fxp_password: "", // Your fxp password
    spotify_clientId: "", // Spotify cliend id
    spotify_clientSecret: "", // Spotify cliend secret 
    spotify_redirectUri: "http://localhost:8888/callback"
}
  1. npm i
  2. node .
  3. Login to your spotify on http://localhost:8888/login
  4. Start listening to music and have fun! 🎧🎶😃