Skip to content

SpotifyDownloader is a Desktop Application to download Spotify playlists and songs using YouTube with album art and metadata

License

Notifications You must be signed in to change notification settings

JacksonBelizario/SpotifyDownloader

Repository files navigation

Spotify Downloader

SpotifyDownloader is a simple Desktop Application to download Spotify playlists and songs using YouTube with album art and metadata

Download

Screenshots

selection download

Notes

Compiling Project

  • Install the dependencies

yarn
# or
npm install
  • Start the app in development mode (hot-code reloading, error reporting, etc.)

yarn dev
# or
npm run dev
  • Lint the files

yarn lint
# or
npm run lint
  • Format the files

yarn format
# or
npm run format
  • Build the app for production

yarn build
# or
npm run build