1.0.1 • Published 8 years ago

izap-youtube-search v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

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.
});
1.0.1

8 years ago

1.0.0

8 years ago