spotify-web-api-node
spotify-web-api-node copied to clipboard
How do I play songs on the browser?
It's currently working as a remote control. So I want to know if it is possible to play songs without the need for opening Spotify's website
Hi, I'm not sure I understand the issue but if you are looking for a player I mean a web player for a react project there is a library called "react-spotify-web-playback" which helps playing songs on the browser and I'm sure you will find other libraries for other frameworks in Spotify developer website that helps do the same. react-spotify-web-playback spotify web API libraries
Okay, thanks