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
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