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 installyarn dev
# or
npm run devyarn lint
# or
npm run lintyarn format
# or
npm run formatyarn build
# or
npm run build
