C
C#5mo ago
Fady

Working on a school project

Hey! So i’m working on musically themed class project where we are supposed to create a database using EF, and then set up the database to create a User. I chose to use the Spotify open source API and i’ve set it up correctly sin the features. This User can have several interests all could be mapped together. Say if a user really enjoys The Weeknd and enjoys a specific song of his. Is it possible to have that the most recently liked song play as you call the API? Or do i need to have the song saved locally on my pc? I’ve used NAudio in the past but never in lieu of the Spotify API
2 Replies
Pobiega
Pobiega5mo ago
Have you checked their api docs? They have something called the web playback sdk which might let you do that
Fady
Fady5mo ago
Ooh i havent thought about that, thanks a ton 🤩 @Pobiega