Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.14 KB

README.md

File metadata and controls

59 lines (41 loc) · 1.14 KB

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