ps-spotify, a PowerShell module to control the Spotify Web API.
In my previous article I demonstrated my dotnet core Spotify authentication 'gateway'. With your access and refresh tokens available, it is time to actually use them: for that, you need a client. You could choose to send raw API requests out to Spotify, but for the sake of 'why not?' I have created…
