bohebohe / toolbox

bohelabo's app and infra toolbox
0 stars 0 forks source link

[node.js]youtubeの検索APIを使う。 #5

Open bohebohe opened 8 years ago

bohebohe commented 8 years ago

IMSLPのAPIから取得したcomposerのデータをもとに、Youtubeの検索結果を取得してみるよ。

こんなライブラリあるんだね!使える! google/google-api-nodejs-client: Google's officially supported Node.js client library for accessing Google APIs. Support for authorization and authentication with OAuth 2.0, API Keys and JWT (Service Tokens) is included. API Reference Docs:

http://google.github.io/google-api-nodejs-client/ https://github.com/google/google-api-nodejs-client

YoutubeAPI https://developers.google.com/youtube/v3/docs/search/list#header_1 検索だけなら、サーバAPI keywp取得するだけで使えます。

ソースコードの書き方の参考 https://github.com/google/google-api-nodejs-client/blob/master/samples/youtube/search.js https://github.com/theturtle32/WebSocket-Node https://github.com/IonicaBizau/youtube-api/blob/master/lib/index.js

試したライブラリ https://github.com/nickewing/line-reader