1.0.1 • Published 4 years ago

node-spotify-bus v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Node Spotify Bus

Check the current status of the song playing on Spotify on your computer. Works on linux and macOS.

Dependencies

You can find these dependencies for you OS or Linux distro as well.

Instalation

npm i node-spotify-bus

Usage

const nodeSpotify = require('node-spotify')
// import nodeSpotify from 'node-spotify'

// Get the current playing song
nodeSpotify.getSong().then(song => console.log(song))

// Get the current playing artist
nodeSpotify.getArtist().then(artist => console.log(artist))

// Get the current playing album
nodeSpotify.getAlbum().then(album => console.log(album))

LICENSE

MIT