beotsmusic
beotsmusic copied to clipboard
"The Sentence" implementation
One thing the Beats Music web app has always lacked is "The Sentence" (screenshot below). However, all the necessary API's for implementing this feature are available.
For the implementation it's not as easy I'm afraid. We could inject our own HTML and Javascript to give it the most native feeling possible. But this would be prone to breaking whenever Beats changes anything on their side. We could also completely use AppKit for this feature. A third option would be to use HTML and Javascript, but not to inject it (so as a new browser tab in the current app, you could say).
Any thoughts?
I like the idea. API has the functionality, so the real challenge would be how the interface should behave.