-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Provide an interface for users to generate a list of recommended tracks. The backend will basically be a pass-through for the recommendations endpoint in the Spotify API.
For the initial implementation, we want to automate the selection of the seeds, probably based on the top 5 tracks or artists from the personalization API endpoint. Eventually we'll allow the users more control over seeding as we implement more features (artist/track search, genre support, etc).
We should probably look into a JS framework for all the knobs and sliders required to build a UI for the many options you can tweak for the recommendations endpoint.
For now, the output can be completely unfancy (e.g. an unstyled HTML page). We'll handle it in other enhancements (e.g. #2).