Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vboulaye/deezer-artist-playlist-organizer
deezer-artist-playlist-organizer
https://github.com/vboulaye/deezer-artist-playlist-organizer
Last synced: 23 days ago
JSON representation
deezer-artist-playlist-organizer
- Host: GitHub
- URL: https://github.com/vboulaye/deezer-artist-playlist-organizer
- Owner: vboulaye
- License: mit
- Created: 2023-08-14T16:17:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-07T16:12:05.000Z (7 months ago)
- Last Synced: 2024-04-18T02:05:16.768Z (7 months ago)
- Language: Svelte
- Size: 2.45 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DeePlO
A little app to manage the artists playlist in deezer.
You can use it here: https://deeplo.vboof.fr/
(It is a static site exposed as a github pages, there is not backend, it connects directly to the deezer api.)
# development
to test the auth, you need to get an app key from deezer (https://developers.deezer.com/myapps) :
and you need to expose the app on port 80.you can use localhost + local reverse proxy for this:
```
sudo socat TCP-LISTEN:80,reuseaddr,fork,su=nobody TCP:127.0.0.1:5173
```So I configure the application with:
- application domain: localhost
- redirect url: https://localhost/auth/callback
- tos url: https://localhost/tosthen store the application id in variables in `.env` at the root of the project.
see .env.example for all the variables to be definedicons come from iconify, mostly from https://icon-sets.iconify.design/ph