/spotify-export

Export your music from your spotify playlists !

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

spotify-export

Export your music from your spotify playlists !

How it works

After retrieving you playlists with the spotify API, it downloads the songs from youtube. The audio quality is therefore not the best. But the songs are taged with spotify information and classed by folder folowing this standard: artist/album/track

Main interface

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report