https://github.com/sampoder/playlist-wizard
🎶 A little Next.js website to allow anyone to add songs to a Spotify playlist.
https://github.com/sampoder/playlist-wizard
Last synced: 11 months ago
JSON representation
🎶 A little Next.js website to allow anyone to add songs to a Spotify playlist.
- Host: GitHub
- URL: https://github.com/sampoder/playlist-wizard
- Owner: sampoder
- Created: 2020-10-09T12:45:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T13:42:21.000Z (almost 3 years ago)
- Last Synced: 2025-03-17T11:05:49.332Z (11 months ago)
- Language: JavaScript
- Homepage: https://gwas-music.vercel.app
- Size: 137 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎶 Playlist Wizard
A little Next.js website to allow anyone to add songs to a Spotify playlist.
[](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fsampoder%2Fplaylist-wizard&env=SPOTIFY_PLAYLIST,SPOTIFY_CLIENT_SECRET,SPOTIFY_CLIENT_ID,SPOTIFY_REFRESH_TOKEN&envDescription=To%20learn%20how%20to%20get%20these%20variables%20-%3E&envLink=https%3A%2F%2Fgithub.com%2Fsampoder%2Fplaylist-wizard%2Fblob%2Fmain%2FREADME.md%23make-your-own)
### Make your own
Epic! Fork this repo, change up the copy, deploy it to [Vercel](https://vercel.com) and then set the below environmental variables.
`SPOTIFY_PLAYLIST` the ID of your Spotify Playlist.
`SPOTIFY_CLIENT_SECRET`, available in your Spotify API dashboard.
`SPOTIFY_CLIENT_ID`, available in your Spotify API dashboard.
`SPOTIFY_REFRESH_TOKEN` a weird quirk of Spotify's auth system. Use [this tool](https://github.com/spotify/web-api-auth-examples/tree/master/client_credentials) to get yours.
Reach out to me (sam@sampoder.com) if you need any help.