No description
Find a file
2025-02-11 15:48:29 +10:00
.gitignore Initial commit 2025-02-11 15:48:29 +10:00
auth.go Initial commit 2025-02-11 15:48:29 +10:00
go.mod Initial commit 2025-02-11 15:48:29 +10:00
go.sum Initial commit 2025-02-11 15:48:29 +10:00
main.go Initial commit 2025-02-11 15:48:29 +10:00
README.md Initial commit 2025-02-11 15:48:29 +10:00
routes.go Initial commit 2025-02-11 15:48:29 +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.