1.0.0 • Published 2 years ago

simpleyoutubesearch v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

SimpleYoutubeSearch

Usage

const { youtube } = require('simpleyoutubesearch');
const params = {term:'naruto',
key:'your youtube api  key',
maxResults:10
};

youtube.search(params).then(console.log);  //returns a list of objects with the request data
1.0.0

2 years ago