Skip to content

jschear/playlist-archiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5349c00 · May 20, 2024

History

29 Commits
May 20, 2024
Mar 1, 2023
Apr 20, 2024
Apr 19, 2024
Jan 19, 2023
Apr 16, 2024
Apr 20, 2024
Apr 30, 2024
Mar 1, 2023
Apr 16, 2024
Jan 21, 2023
Apr 16, 2024
Apr 26, 2024
Apr 26, 2024
Apr 16, 2024
Apr 16, 2024
Apr 16, 2024

Repository files navigation

Playlist Archiver

A web app for exporting Spotify playlists as nicely-formatted PDFs.

A few notes on the general architecture:

  • This is a Next.js app, using the app router & React Server Components.
  • Spotify is used as the authentication provider, through the next-auth library. Session data is stored in an encrypted JWT.
  • PDFs are rendered server-side using https://react-pdf.org/.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Deploying

Pushing to main automatically deploys to Vercel at https://playlist-archiver.vercel.app/

About

Export your spotify playlists as PDFs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published