-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Like/save songs to Spotify Library #2
Comments
@rtkg12 I would like to work on this issue. Please guide me through the process. I'm a beginner. |
@ashikvarma11 Thanks for taking up this issue. This one should be pretty straightforward and would mostly require work on the frontend in React. To get started, I would recommend that you look at the Results and SongList components. You could add a button to each song entry to like/save the song to the user's Spotify library. This should only show up if the user is logged in. You could also prompt the user to log in if they haven't already, there should be a method to do that which is already implemented. I can point you in that direction once you have the first part done. After a user likes a particular song, just call the relevant endpoint in the Spotify API with the user's access_token. Please go ahead and assign yourself to this issue whenever you start working on it. Let me know if you need anything else and I'd be happy to help out. |
@rtkg12 Could you assign the task to me? I believe only Collaborators can assign issues. |
Thanks |
@rtkg12 I have implemented the feature for like/save tracks. Please guide me through how we can invoke user-login checks. |
Is the issue still open. can I work on the issue. |
Is the issue still open . I am willing to work on it. |
Add a like button to each song in the results page which would allow users to directly save songs to their library without saving the entire playlist.
The text was updated successfully, but these errors were encountered: