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

I am having problem with spotifyApi.areFollowingPlaylist. I am testing the example you provided ```js spotifyApi.areFollowingPlaylist('5ieJqeLJjjI8iJWaxeBLuK', [ 'thelinmichael', 'ella', ]) .then( function (data: any) { data.body.forEach(function (isFollowing: any) { console.log('User is...

Ok, so basically I'd like to achieve similar functionality as e.g. last.FM has (one time user account - spotify account tie) From what I've read the way to do it...

Hi, is there anyway to add a feature that checks if the song has a lyrics according to spotify's collaboration with muixmatch?

**Versions :** ```json { "spotify-web-api-node": "^5.0.2", "@types/spotify-web-api-node": "^5.0.7", } ``` **Environment :** `NestJS` ([https://docs.nestjs.com/](https://docs.nestjs.com/)) **Code of the Service :** ```js import { Injectable } from '@nestjs/common'; import { ConfigService }...

I could't figure out what state= in the auth url. It is saying "state-of-my-choice" but what do I need to put there

I was trying to show off my web app to a friend only to later realize that my API in spotify dashboard was still in "Development mode." This caused an...

This my code snippet ``` var intervalID=setInterval(async ()=> { var me, trk1, trk2; me = await spotifyApi.getAudioFeaturesForTracks(trackIdCollection[i]) trk1 = await spotifyApi.getTracks(trackIdCollection[i].slice(0, trackIdCollection[i].length/2)); trk2 = await spotifyApi.getTracks(trackIdCollection[i].slice(trackIdCollection[i].length/2, trackIdCollection[i].length)); }, 1000); ```...

I want to use the spotify api to retrieve podcasts Using const test = await spotifyApi.search("Huberman", ["show"]); console.log(`🚀 ~ test`, test.body.shows.items); or const test = await spotifyApi.searchShows("Huberman"); Seems to find...

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...

dependencies

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.2 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits 906cf40 3.1.4 7712ba5 Fix ReDoS vulnerability backport a0203db Fix ReDoS vulnerability...

dependencies