spotify-manager/README.md
2024-08-02 15:14:03 +05:30

15 lines
341 B
Markdown

# spotify-manager
Personal Spotify playlist manager. Features inbound!
## notes
- graphing
- stores links as from-to pairs
- fetches all playlists and links of the user into memory and then works with data. assumption is graphs won't be too big
## to-do:
- re-evaluate all logging
- DRY all the API calls and surrounding processing