automatically sync spotify's liked tracks with lastfm loved tracks
Addressing the problem of spotify scrobbling to lastfm. The scrobblign works
fine but when you add a track to your library it doesn’t get added to the loved
tracks on lastfm. This project aims to fix that.
have a services
entry where you store the api keys associated with each user.
implement token refreshing for spotify thru this.
To start your Phoenix server:
mix deps.get
mix ecto.setup
npm install
inside the assets
directorymix phx.server
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.