izap-youtube-search
v1.0.1
Published
This npm module will trigger youtube api to search videos
Readme
Introduction
This npm module will help you to search youtube api and you can tell how many records you required to be pulled form youtube per API request.
Usage
import {YT} from 'izap-youtube-search'
YT({key: <youtube developer key>, term: <search term>, maxResults: 50},function(response){
//here you will get response.
});