東方同人音楽流通 Apple Music、Spotify、YouTube Music、とLINE MUSICの東方楽曲をランダムで選曲してくれるWebアプリ
-
Apple Music
-
Spotify
-
YouTube Music
-
LINE MUSIC
-
setup
bundle install
-
server起動
bundle exec ruby app.rb
- 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
-
server停止
Ctrl+C
- Apple Musicの東方楽曲をランダムで選曲する
- Spotifyの東方楽曲をランダムで選曲する
- YouTube Musicの東方楽曲をランダムで選曲する
- LINE MUSICの東方楽曲をランダムで選曲する
- login
flyctl auth login
- deploy
fly deploy