2.0.1 • Published 5 years ago

singlespotify v2.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

singlespotify 🎵

Create Spotify playlists based on one artist through the command line

npm.io

npm.io

Install

$ npm install -g singlespotify Note: Node version 7.7.1+ required. $ node -v to check which version you have installed. The latest version can be downloaded here

Usage

$ singlespotify "artist_name"

The program will then prompt you for your Spotify username and bearer token.

You can get the bearer token here: https://developer.spotify.com/console/post-playlists/ Click GET OAUTH TOKEN and make sure to check playlist-modify-public

$ singlespotify --help

Usage
      $ singlespotify "artist_name"
      ? Enter your Spotify username <username>
      ? Enter your Spotify bearer token <bearer>

    Options
      --name [-n] "playlist name"

    Example
      $ singlespotify "Kanye West" -n "My awesome playlist!"
      ? Enter your Spotify username kabirvirji
      ? Enter your Spotify bearer token ************************************************************

    For more information visit https://github.com/kabirvirji/singlespotify

npm.io

Changelog

  • 03/15/17 Added Inquirer and conf for authentication
  • 03/16/17 Removed -a flag and added option to choose playlist name with -n flag
  • 03/19/17 Used update-notifier to notify users about updates
  • 11/03/19 Updated to accommodate API changes

Shoutout to kshvmdn for all the help!

2.0.1

5 years ago

2.0.0

5 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago