Skip to content

This code updates your fxp's by your current song you play on spotify!

Notifications You must be signed in to change notification settings

eilon40/fxp_spotify_profile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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! 🎧🎶😃

About

This code updates your fxp's by your current song you play on spotify!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%