node-spotify-bus

1.0.1 • Public • Published

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

/node-spotify-bus/

    Package Sidebar

    Install

    npm i node-spotify-bus

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    5.43 kB

    Total Files

    6

    Last publish

    Collaborators

    • vitorfreitas