node-spotify-cli

Check what song, artist and album are playing now on your machine via command line interface

Usage no npm install needed!

<script type="module">
  import nodeSpotifyCli from 'https://cdn.skypack.dev/node-spotify-cli';
</script>

README

Node Spotify CLI

Check the current playing song's metadata using command line

Instalation

npm i -g node-spotify-cli

Usage

# Get the current playing song name
spotify-cli song

# Get the current playing album
spotify-cli album

# Get the current playing artist
spotify-cli artist

# Get the song lyrics
spotify-cli lyrics

LICENSE

MIT