I'm imagining a very simple Vue.js SPA. On desktop, it's two halves - one for converting playlists, one for retrieving. On mobile, they're stacked with convert on top and retrieve below.
The UI needs a few key capabilities:
[ ] Authentication to both Apple Music and Spotify
[ ] Ability to create a playlist in the user's library and add songs to it
[ ] GET & POST request functionality to /v1/convert on API Gateway
[ ] Pop-up with conversion's Job ID for sharing with friends - can this be a shareable link?
This library looks promising for Spotify - not sure what's out there for Apple Music yet.
I'm imagining a very simple Vue.js SPA. On desktop, it's two halves - one for converting playlists, one for retrieving. On mobile, they're stacked with convert on top and retrieve below.
The UI needs a few key capabilities:
/v1/convert
on API GatewayThis library looks promising for Spotify - not sure what's out there for Apple Music yet.