Search videos on YouTube without API key in ionic apps
Table of contents:
Quickstart
Installing the library
ionic cordova plugin add cordova-plugin-advanced-http
npm install ionic-youtube-search --save
Using the library
import * as yt from 'ionic-youtube-search';
const videos = await yt.search('y5kIrbG2gRc');
console.log('Videos:');
console.log(videos);
const yt = require('ionic-youtube-search');
const video = await yt.info('My Search Query');
console.log('Videos:');
console.log(videos);
Supported Node.js Versions
Our client libraries follow the Node.js release schedule.
Libraries are compatible with all current active and maintenance versions of
Node.js.
License
Apache Version 2.0
See LICENSE