https://github.com/guidefari/go-spotify
https://github.com/guidefari/go-spotify
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/guidefari/go-spotify
- Owner: guidefari
- Created: 2021-12-11T08:53:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-11T12:02:20.000Z (over 4 years ago)
- Last Synced: 2025-10-28T20:47:08.370Z (8 months ago)
- Language: Go
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# experimenting with the spotify api
- trying to learn file structuring in Go
- as well as put some hours in, in the language
- preps for a backend service I want to write, to help manage spotify playlists, solving a personal itch
- Following [this repo](https://github.com/zmb3/spotify) closely to start off.
# todo
- [ ] refactor code to have reusable auth file
- [ ] find out wtf a channel is
- [ ] brush up on oAuth
- [ ] brush up on import/exports of packages