spotify-playing
v1.0.8
Published
Returns the current song playing on Spotify
Downloads
33
Readme
Spotify Playing
Gets the current song playing on Spotify
Requirements
Works on Windows, Mac, and Linux with the desktop spotify client.
Example
const playing = require('spotify-playing')
setInterval(playing, 1000, (err, now) => {
if (err)
// Platform not supported
// Cannot find Spotify process
// Nothing playing on Spotify
return console.error(err)
// { artist: 'The Fratellis', song: 'Chelsea Dagger' }
console.log(now)
})
Troubleshooting
- If playing on another device you first might need to switch to this device and switch the song.
- Close and reopen Spotify