Terminal client for Spotify
Spotify Client which runs in the terminal.
Go to https://beta.developer.spotify.com/dashboard/applications, find created earlier Spotify Application, find Client ID and Client Secret, and put them in environment variables
export SPOTIFY_CLIENT_ID=xxxxxxxxxxxxx export SPOTIFY_SECRET=yyyyyyyyyyyyyyyy
tar -xvf spotify-cli_1.0.1_Darwin_x86_64.tar spotify)
./spotify-cli)
make build
./bin/spotify-cli
make test
Before releasing set GITHUB_TOKEN environment variable and run:
make releaseUnfortunately for releases to work files generated by packr are added to repo.