z21001ms / team_project

演習4回目
MIT License
0 stars 0 forks source link

APIを叩いて音楽または動画を再生する #39

Open umiwatarin opened 2 years ago

umiwatarin commented 2 years ago

AIIT-Team3#14

umiwatarin commented 2 years ago

YouTube API を Ruby で叩くためには google-api-client gem があるとよさそう https://developers.google.com/search/apis/indexing-api/v3/libraries?hl=ja#ruby

umiwatarin commented 2 years ago

似たような gem で yt なるものがあるそうな https://fullscreen.github.io/yt/index.html

umiwatarin commented 2 years ago

YouTubeをブラウザで再生するなら埋め込みコードに動画id渡すだけで良さそう? https://support.google.com/youtube/answer/171780?hl=ja

umiwatarin commented 2 years ago

【HTML】YouTubeの動画を埋め込む方法 https://qiita.com/DisneyAladdin/items/ca6d5b52ba8bfcbf5c42