Skip to content

a web application that transforms your spotify playlists into beautiful rainbow-sorted collections based on album cover colors.

Notifications You must be signed in to change notification settings

xPolar/rainbow-playlists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4112c8b · Mar 19, 2025

History

10 Commits
Mar 6, 2025
Mar 6, 2025
Mar 19, 2025
Mar 6, 2025
Mar 6, 2025
Mar 6, 2025
Mar 6, 2025
Mar 6, 2025
Mar 6, 2025
Mar 6, 2025
Mar 6, 2025
Mar 6, 2025

Repository files navigation

rainbow-playlists

a web application that transforms your spotify playlists into beautiful rainbow-sorted collections based on album cover colors.

development

prerequisites

  • node.js (lts version)
  • pnpm
  • spotify developer account

getting started

  1. clone the repository
git clone https://github.com/yourusername/rainbow-playlists.git
cd rainbow-playlists
  1. install dependencies
pnpm install
  1. create a .env.local file with your spotify api credentials
SPOTIFY_CLIENT_ID=your_client_id
  1. run the development server
pnpm dev
  1. open http://localhost:3000 in your browser

scripts

  • pnpm dev: run development server with turbopack
  • pnpm build: build for production
  • pnpm start: start production server
  • pnpm format: format code with biome
  • pnpm check: check and fix linting issues with biome

About

a web application that transforms your spotify playlists into beautiful rainbow-sorted collections based on album cover colors.

Resources

Stars

Watchers

Forks