An open API service indexing awesome lists of open source software.

https://github.com/guidefari/go-spotify


https://github.com/guidefari/go-spotify

Last synced: 9 days ago
JSON representation

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