Add design doc and SoundCloud API reference

Design for a SoundCloud likes fetcher service that builds weekly
playlists for Nick the Rat Radio and serves them via JSON API.

Made-with: Cursor
This commit is contained in:
cottongin
2026-03-12 01:01:14 -04:00
commit 48801afa76
3 changed files with 230 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
.DS_Store
*.db
.env
__pycache__/
*.pyc