- create Spotify playlists from text input
- The ultimate goal is automatically create playlists for new music each Friday, scraping from a Reddit post in r/hiphopheads
- need CLIENT_ID, CLIENT_SECRET, REDIRECT_URL
- Node API Wrapper
- Docs for authentication
- creating POST request for
application/x-www-form-urlencoded
is different, you can't pass a JSON for the body params - Playlist Docs