Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/yboyer/realreleaseradar

Creates and updates a Release Radar playlist on Spotify with all your new weekly tracks.
https://github.com/yboyer/realreleaseradar

docker nodejs radar release spotify

Last synced: 6 days ago
JSON representation

Creates and updates a Release Radar playlist on Spotify with all your new weekly tracks.

Lists

README

        





Real Release Radar Spotify's playlist

> Creates and updates, every friday, a Release Radar playlist on Spotify with **all** your new weekly tracks.

- https://spotify.yoannboyer.com

## Usage
### Setup
1. Go to https://developer.spotify.com/my-applications/
2. Create an app
3. Get the client id and the client secret
4. Set your redirect url _(https://your.base.url/callback -> the `/callback` is important)_

```shell
docker run --name releaseradar \
-e CLIENT_ID=$CLIENT_ID \
-e CLIENT_SECRET=$CLIENT_SECRET \
-e REDIRECT_URI=$REDIRECT_URI \
-v $PWD/releaseradar_data/:/src/users/dbs \
-p 3000:3000 \
yboyer/rrr
```



## License
MIT © [Yoann Boyer](http://yoannboyer.com)