项目作者: yboyer

项目描述 :
Creates and updates a Release Radar playlist on Spotify with all your new weekly tracks.
高级语言: JavaScript
项目地址: git://github.com/yboyer/realreleaseradar.git
创建时间: 2018-03-11T22:48:48Z
项目社区:https://github.com/yboyer/realreleaseradar

开源协议:MIT License

下载




Real Release Radar Spotify’s playlist


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

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)
  1. docker run --name releaseradar \
  2. -e CLIENT_ID=$CLIENT_ID \
  3. -e CLIENT_SECRET=$CLIENT_SECRET \
  4. -e REDIRECT_URI=$REDIRECT_URI \
  5. -v $PWD/releaseradar_data/:/src/users/dbs \
  6. -p 3000:3000 \
  7. ghcr.io/yboyer/realreleaseradar



License

MIT © Yoann Boyer