Skip to content

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

License

Notifications You must be signed in to change notification settings

cheshire137/playlisdit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playlisdit

Create Spotify playlists from songs posted on Reddit.

Screenshot

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published