東方同人音楽流通 Apple Music、Spotify、YouTube Music、とLINE MUSICの東方楽曲をランダムで選曲してくれるWebアプリ
-
Apple Music
-
Spotify
-
YouTube Music
-
LINE MUSIC
-
初回起動(ビルド + 起動 + ログ表示)
make quick-start
-
通常の起動
make up
-
ログ確認
make logs
-
停止
make down
-
ヘルプ表示(全コマンド確認)
make help
- http://localhost:4567/
- http://localhost:4567/apple_music
- http://localhost:4567/apple_music/songs_count
- http://localhost:4567/apple_music/team_shanghai_alice
- http://localhost:4567/spotify
- http://localhost:4567/spotify/songs_count
- http://localhost:4567/spotify/team_shanghai_alice
- http://localhost:4567/youtube_music
- http://localhost:4567/youtube_music/songs_count
- http://localhost:4567/youtube_music/team_shanghai_alice
- http://localhost:4567/line_music
- http://localhost:4567/line_music/songs_count
- http://localhost:4567/line_music/team_shanghai_alice
-
エンドポイント動作確認
make test-endpoints
-
アプリケーションの健康状態確認
make health
-
コンテナ内でシェル実行
make shell
- Apple Musicの東方楽曲をランダムで選曲する
- Spotifyの東方楽曲をランダムで選曲する
- YouTube Musicの東方楽曲をランダムで選曲する
- LINE MUSICの東方楽曲をランダムで選曲する
- login
flyctl auth login- deploy
fly deploy