ps-spotify icon indicating copy to clipboard operation
ps-spotify copied to clipboard

Using Ps-Spotitfy WITHOUT dotnet-core-spotify-authentication?

Open awsles opened this issue 4 years ago • 1 comments

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.

awsles avatar Nov 22 '20 10:11 awsles

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.

medains avatar Mar 11 '21 08:03 medains