mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 14:46:26 +00:00
888 B
888 B
id | title |
---|---|
example_cli_custom_html | CLI - Custom HTML |
import useBaseUrl from '@docusaurus/useBaseUrl';
Description
An example to show how you can display your own HTML resource after the user went through the authentication process of either Implicit Grant, Authorization Code or PKCE.
<img alt="CLI Custom HTML Example" src={useBaseUrl('img/cli_custom_html.jpeg')} />
Run it
Before running it, make sure you created an app in your spotify dashboard and https://localhost:5543
is a redirect uri of it.
# Assumes linux and current working directory is the cloned repository
cd SpotifyAPI.Web.Examples/Example.CLI.CustomHTML
dotnet restore
SPOTIFY_CLIENT_ID=YourClientId SPOTIFY_CLIENT_SECRET=YourClientSecret dotnet run
# A browser window should appear