https://github.com/alexthemaster/lagalista
A Node.js Spotify to Deezer playlist converter
https://github.com/alexthemaster/lagalista
Last synced: 6 months ago
JSON representation
A Node.js Spotify to Deezer playlist converter
- Host: GitHub
- URL: https://github.com/alexthemaster/lagalista
- Owner: alexthemaster
- License: mit
- Created: 2021-05-02T08:07:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T16:24:32.000Z (over 1 year ago)
- Last Synced: 2024-11-15T17:27:40.783Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 498 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lagalista
## What does it stand for?
`Lagalista` is Icelandic for `playlist`!
## What does it do?
`Lagalista` can copy the tracks you have in a Spotify playlist into a Deezer one, for ease of high-quality downloading (has multi-playlist support)
## What does it require?
`Lagalista` requires:
- the latest version of [Node.js](https://nodejs.org/en)
- a web browser to authenticate to Deezer
- port 8080 free
- a Deezer application that follows [this structure](./assets/create_app.png) ([can create one here](https://developers.deezer.com/myapps))
- a Spotify application ([can create one here](https://developer.spotify.com/dashboard/applications))
## How do you use it?
To run `Lagalista` you simply have to:
- Clone or download the repository via GitHub to your computer
- CD into the directory you downloaded it to
- Run `npm install`
- Run `npm start`
- Done!
### Note:
Deezer has an API limit of 50 interactions / 5 seconds therefore this process could take some time.