Skip to content

Generates a random playlist of 30 songs for your spotify account

Notifications You must be signed in to change notification settings

willmelton21/SpotifyRandomPlaylistGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

SpotifyRandomPlaylistGenerator

Generates a random playlist of 30 songs for your spotify account

Instructions

  1. git clone
  2. cd SotifyRandomPlaylistGenerator
  3. npm install
  4. npm install express
  5. npm install spotify-web-api-node
  6. Modify AuthServer.js to add your own developer spotify clientID and client secret.
  7. node AuthServer.js
  8. visit http://localhost:8888/login in your browser to obtain OAuth2 access token
  9. paste access token in randGenerator.js
  10. node randGenerator.js and volia your very own randomly generated playlist will be added to your spotify account

This project is still a bit of a WIP and my first solo project outside of class so please be kind. Lots more ideas to come

About

Generates a random playlist of 30 songs for your spotify account

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published