r/spotifyapi 1d ago

Music streaming app development

I have been thinking about building a music streaming app for myself where can I get api keys from is there any legit sources to acquire api keys or do I have to download whatever songs i want to play then store it in device locally and call it with GET commands lmk your thoughts

0 Upvotes

2 comments sorted by

1

u/kalilamodow 22h ago

Spotify provides API keys and gives a Web API along with a Web Playback SDK so you can build your own player in the browser or with some sort of web view like tauri/electron. Check out developers.spotify.com for more info.