No description
Find a file
2025-02-12 03:25:08 +10:00
.gitignore Add spotify auth handling and route testing, begin DB work 2025-02-12 03:25:08 +10:00
auth.go Initial commit 2025-02-11 15:48:29 +10:00
databse.go Add spotify auth handling and route testing, begin DB work 2025-02-12 03:25:08 +10:00
go.mod Add spotify auth handling and route testing, begin DB work 2025-02-12 03:25:08 +10:00
go.sum Add spotify auth handling and route testing, begin DB work 2025-02-12 03:25:08 +10:00
main.go Add spotify auth handling and route testing, begin DB work 2025-02-12 03:25:08 +10:00
README.md Initial commit 2025-02-11 15:48:29 +10:00
routes.go Add spotify auth handling and route testing, begin DB work 2025-02-12 03:25:08 +10:00
routes_test.go Add spotify auth handling and route testing, begin DB work 2025-02-12 03:25:08 +10:00

Basic spotify API in golang

This API supports simple artist read operations for spotify data, as well as using a simple caching database and handling client authentication automatically.