spotify / web-api-examples

Basic examples to authenticate and fetch data using the Spotify Web API
Apache License 2.0
1.99k stars 1.67k forks source link

Remove vite-specific code suggestions from web-api-examples #95

Open JasonAllenCorns opened 1 year ago

JasonAllenCorns commented 1 year ago

Thanks for another great example.

Recent updates to docs provide a Vite-spceific callback structure, using the default port 5173 in a hard-coded localhost URI.

Please provide a variable callback suggestion, in line with other examples.

See script.ts#L19 for ref.