ps-spotify
ps-spotify copied to clipboard
Using Ps-Spotitfy WITHOUT dotnet-core-spotify-authentication?
Is there a way to use ps-spotify without having to first compile and run dotnet-core-spotify-authentication? I don't have a dotnet build environment but I would like to use ps-spotify. A connect-Spotify cmdlet would be nice to have in lieu. Any work-around would be greatly appreciated (including a how-to). Thanks.
As bmsimons writes in that readme, it basically a clone of the authorization_code nodejs app from spotify's examples.
https://github.com/spotify/web-api-auth-examples
So if you have nodejs, using that is an alternative.