alanjhughes / expo-shazamkit

Shazam for React Native
MIT License
57 stars 4 forks source link

can I get song data and play in my app with ShazamKit? #1

Open xts-bit opened 1 year ago

xts-bit commented 1 year ago

can I get song data and play in my app with ShazamKit?

alanjhughes commented 1 year ago

You can play a snippet of the song but not the entire thing.

xts-bit commented 1 year ago

@alanjhughes I mean can i get details about the song by its name like searching etc?? without Listening just give it a name of song on shazam and it will give me that song details

alanjhughes commented 1 year ago

No, they don't expose apis to do text search for songs. We'd need to build a lib using MusicKit to do that

xts-bit commented 1 year ago

@alanjhughes Yep, But then how do people on RapidAPI get APIS for searching songs on Shazam and getting details about it? Any idea about this? or tool in mind?

alanjhughes commented 1 year ago

I'm not sure to be honest. Maybe Shazam had apis to do this but this library uses the apple provided ShazamKit so I can only use what it exposes. I need to do some work on this lib anyway so I'll see if anything has changed.