SpotifyDownloader is a simple Desktop Application to download Spotify playlists and songs using YouTube with album art and metadata
- App made with Electron, based on commandline utility spotifydl.
- No need to configure or install external programs, such as FFMPEG, as it is already included via @ffmpeg-installer/ffmpeg.
yarn
# or
npm install
yarn dev
# or
npm run dev
yarn lint
# or
npm run lint
yarn format
# or
npm run format
yarn build
# or
npm run build