0.1.4 • Published 5 years ago

spotiko v0.1.4

Weekly downloads
11
License
ISC
Repository
-
Last release
5 years ago

Spotiko

A command line utility for adding your current playing song to a pre-existing playlist. This is primarily a convenience program so you dont have to keep leaving your development environment to save songs you like.

Install

npm install spotiko -g

Configuration

All the configuration data is stored in a json file in your home directory ~/.spotiko

The first time you run spotiko it will prompt you for the following details. obtaining them can be found at the spotify documentation for developers https://developer.spotify.com/dashboard/

  • client id
  • client secret

Useage

Add current track to a playlist and save the track to the users library

spotiko -a

Save the current track to the users library

spotiko -s

View details about the current track

spotiko -c

View the tracks in a playlist

spotiko -p

View the current configuration

spotiko -i

Additional Options

spotiko -h
0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago