node-spotify
node-spotify copied to clipboard
A very simple node.js library for the Spotify REST API
Results
2
node-spotify issues
Sort by
recently updated
recently updated
newest added
When I output the search results my Discord bot says [object, Object]. Here is the code `if(command === "search") { var spotify = require('spotify'); let song = command[1]; spotify.search({ type:...
When I run a code snippet on npm runkit and try to print it on the console it gives me this error: error: Object {message: "No token provided", status: 401}...