random-youtube-video-by-keyword
v1.0.7
Published
The easiest way to get a random video from YouTube by name.
Downloads
2
Maintainers
Readme
RandomYoutubeVideoByKeyword
Get a Random YouTube Video by Keyword
Install
npm i random-youtube-video-by-keyword
How to Use
youtube.getRandomVid(key, keyword, function(err , data){
//key is your youtube api key
//keyword is the search word for random videos. ex: dubstep, nightcore, 8d music
//data is a JSON object
})