Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dromzeh/mergify.site
a next.js & tailwind app, which allows you to merge multiple spotify playlists into one
https://github.com/dromzeh/mergify.site
next-auth nextjs spotify spotify-playlist spotify-web-api tailwind typescript
Last synced: 11 days ago
JSON representation
a next.js & tailwind app, which allows you to merge multiple spotify playlists into one
- Host: GitHub
- URL: https://github.com/dromzeh/mergify.site
- Owner: dromzeh
- License: gpl-3.0
- Created: 2023-06-20T01:40:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-20T02:10:00.000Z (over 1 year ago)
- Last Synced: 2024-10-12T18:23:23.347Z (25 days ago)
- Topics: next-auth, nextjs, spotify, spotify-playlist, spotify-web-api, tailwind, typescript
- Language: TypeScript
- Homepage: https://mergify.site
- Size: 98.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mergify.site
[![CodeFactor](https://www.codefactor.io/repository/github/dromzeh/mergify.site/badge)](https://www.codefactor.io/repository/github/dromzeh/mergify.site)
a site which merges multiple spotify playlists into one, using next.js, typescript, tailwindcss, and next-auth
## but doesn't this exist in spotify already?
yes, but this was solely made for the purpose of learning & because it's annoying to do it manually
## how to use
1. clone the repo
2. create a `.local.env` file with the following contents:```
SPOTIFY_CLIENT_ID
SPOTIFY_CLIENT_SECRET
NEXTAUTH_SECRET
```3. `pnpm install & pnpm run dev`
## deployment
deploy on vercel - hosting on something like next-on-pages might work but it's not tested. if you are using vercel, make sure to set the environment variables in the vercel dashboard & read https://next-auth.js.org/warnings#nextauth_url if you aren't