~dricottone/nspotify

ref: 1064d33fa7ec70edcc2b4e63cc52a1a6b87c7446 nspotify/README.md -rw-r--r-- 857 bytes
1064d33fDominic Ricottone Noted one more TODO 7 months ago

#nspotify

Minimal TUI spotify client. Read-only interface to a user's saved songs. Playback sold separately, see spotifyd or go-librespot.

#Building

Depends on a small set of libraries:

A Spotify API client ID and secret are required. See here for more details. Then try:

go build -ldflags "-X main.CLIENTID=yourclientid -X main.CLIENTSECRET=yourclientsecret" .

#Licensing

I share the contents of this repository under the BSD 3 clause license.