spotify-web-api-node icon indicating copy to clipboard operation
spotify-web-api-node copied to clipboard

A Node.js wrapper for Spotify's Web API.

Results 127 spotify-web-api-node issues
Sort by recently updated
recently updated
newest added

Hi there. I'm currently building a Spotify web clone and I'm almost done but I noticed whenever a song has been removed from the Spotify platform it gets blurred out...

I am using Vue so I needed to install a different package while working but I thought it was pretty similar functionality. Everything was working but when I tried to...

When calling the function containsMySavedTracks I am getting the following Exception: ``` (node:8748) UnhandledPromiseRejectionWarning: TypeError: trackIds.join is not a function at SpotifyWebApi.containsMySavedTracks (\node_modules\spotify-web-api-node\src\spotify-web-api.js:804:23) ``` This function called using the track...

Please, I need an explanation on this: spotifyApi.areFollowingPlaylist('5ieJqeLJjjI8iJWaxeBLuK', ['thelinmichael', 'ella']) What does the '5ieJqeLJjjI8iJWaxeBLuK' represent 'thelinmichael' represent 'ella' represent

I was testing by my own spotify account. But my account blocked, because i request so many times. I think this module need mock data. ### so I want use...

It seems that a lot of response types are invalid for a lot of APIs, especially when certain scopes are enabled/disabled. Atm I have this code which works at runtime...

It isn't an issue. But just how do I get to play songs using the spotify web api node. Do i need to use the SDK, and if yes then...

Hi, I am using this method as shown in an example and on method execution i get an error: ``` TypeError: spotifyApi.createAuthorizeURL is not a function ``` I get it...