lazyfy is a spotify TUI, it will get featured songs daily and create custom home made playlist for you
- Learn go
- Understand bubbletea
- Find a lazy/fast way to discover new music
You need to register a new spotify app https://developer.spotify.com/dashboard/
lazyfy needs the following environment variables
- SPOTIFY_ID=""
- SPOTIFY_SECRET=""
- REDIRECT_URI=http://localhost:8080/callback
SPOTIFY_ID and SPOTIFY_SECRET can be found in spotify app dashboard that you just registered From 'Edit Settings', Update 'Redirect URIs' with REDIRECT_URI above
cd test
go test -run "^TestFeaturedPlaylists$"
./lazyfy
pull_request.yml
will run tests on every pull requestreleaser.yml
will make a release for every merge to main
Contributions are more than welcome This project is kinda on it's early phases, there's so many features that could be hocked up to lazyfy by using spotify endpoints