A minimal notification service which connects Spotify to Discord
nano docker-compose.example.yml
docker-compose up -d --build
http://localhost:3000/auth/login
URL | Summary |
---|---|
http://localhost:3000/auth/login | ログインします |
http://localhost:3000/auth/me | ログイン状態を返答します |
http://localhost:3000/auth/logout | ログアウトします |
data/credential.json にトークンデータが保存されます
iamtakagi/spotify2discord is provided under the MIT license.