playlisdit

Create Spotify playlists from songs, albums, artists, and other playlists posted on Reddit.

MIT License

Stars
7
Committers
1

Playlisdit

Create Spotify playlists from songs posted on Reddit.

How to Develop

Create a Spotify app. Modify src/config.json to have your app's client ID. Add http://localhost:3000/ as a redirect URI to your Spotify app.

yarn install
npm start
open http://localhost:3000/

Use yarn add [package-name] to install packages.

How to Deploy to Heroku

Modify your Spotify app so it has your Heroku app's URL as a redirect URI, e.g., https://your-heroku-app.herokuapp.com/.

heroku git:remote -a your-heroku-app
heroku buildpacks:add https://github.com/mars/create-react-app-buildpack.git
git push heroku master
Related Projects