An open API service indexing awesome lists of open source software.

https://github.com/demian85/spotify-cli

Spotify CLI client
https://github.com/demian85/spotify-cli

chrome-headless cli-app music-player puppeteer spotify

Last synced: 25 days ago
JSON representation

Spotify CLI client

Awesome Lists containing this project

README

        

# spotify-cli

Work in progress...

Currently, the following issue is stopping me: https://github.com/GoogleChrome/puppeteer/issues/2999

## Installation
- Clone repo
- `cd spotify-cli && npm i && npm link`
- Create `.env` file based on sample
- Run `spotify-cli`

## Commands
`spotify-cli` enters REPL mode and allows you to control the player using the following commands:

- `> login`
- `> play ` tab autocompletes list names
- `> stop`
- `> pause`

If you have any suggestions, please open an issue :)