An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# 🎶 Playlist Wizard

A little Next.js website to allow anyone to add songs to a Spotify playlist.

[![Deploy with Vercel](https://vercel.com/button)](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.