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
- Host: GitHub
- URL: https://github.com/demian85/spotify-cli
- Owner: demian85
- Created: 2018-07-30T19:09:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T21:21:45.000Z (over 6 years ago)
- Last Synced: 2025-03-24T09:52:48.405Z (about 1 month ago)
- Topics: chrome-headless, cli-app, music-player, puppeteer, spotify
- Language: JavaScript
- Size: 29.3 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)