resonatecoop / mobile

A mobile app for playing music on Resonate, an open source music streaming co-op; built with TypeScript and React Native
GNU General Public License v3.0
15 stars 2 forks source link

Search & Search Results #13

Open simonv3 opened 2 years ago

simonv3 commented 2 years ago

Basic search results

image

dominictwlee commented 1 year ago

Would like to give this a try if no one else taken this?

simonv3 commented 1 year ago

@dominictwlee that would be amazing!

Please note though that our API is currently in a bit of a state of flux. Check out our docs overview for the latest, as well as

It should be starting to stabilize a bit recently, and search results should be pretty good to go for now. You could also start with implementing it without tying it to the API.

Also take a look at Beam and the src/services in it to get an idea of how to interact with the api, as well as src/types/index.d.ts for what things look like coming back from the API.