import React from 'react' import './global.css' export default function Page(): React.JSX.Element { return (

Spotify Playlist Embed

Welcome to the Spotify Playlist Embed. This mini-project shows how to embed a Spotify playlist using the Spotify Web API, using NextJS and UseSWR as constraints.

Go to /playlist/[playlistId] to start using the tool.

) }