Spot Cover is a minimalist web application that enhances your music listening experience by displaying the album cover of the currently playing track from Spotify in a sleek, full-screen format.
- Displays album cover of the currently playing track from Spotify
- Full-screen, minimalist design
-
Clone the repository:
git clone https://github.com/your-username/spot-cover.git cd spot-cover
-
Install dependencies:
pnpm install
-
Set up environment variables:
Create a
.env
file in the root of the project and add your Spotify API credentials:NEXT_AUTH_SECRET=secret_string SPOTIFY_CLIENT_ID=your_spotify_client_id SPOTIFY_CLIENT_SECRET=your_spotify_client_secret
-
Run the development server:
pnpm run dev
-
Open http://localhost:3000 with your browser to see the result.
To create a production build, run:
pnpm run build