Skip to content

This Node.js app is meant to create playlists which imitate Spotify's deprecated "listen to saved songs by specific artist in Your Library" functionality.

License

Notifications You must be signed in to change notification settings

henryfaulkner/Artists-Saved-Songs-Playlists

Repository files navigation

Artists-Saved-Songs-Playlists

This Node.js app creates playlists which imitate Spotify's deprecated "listen to saved songs by specific artist in Your Library" functionality.

Spotify Authorization Scopes used

  • playlist-modify-private
  • playlist-read-private
  • user-library-read

Starting the server

  • run 'npm i'
  • run 'ts-node .' or 'npx nodemon src/server.ts' to run with nodemon

Development

  • Start server in one terminal
  • Use 'npm run watch-sass' for continuous CSS compilation in another terminal or 'npm run compile-sass' for immediate compilation.

Deployment

  • Deploy to Firebase with 'firebase deploy'

About

This Node.js app is meant to create playlists which imitate Spotify's deprecated "listen to saved songs by specific artist in Your Library" functionality.

Topics

Resources

License

Stars

Watchers

Forks