youtube-search-suggestions
v1.0.2
Published
A simple module that allows you to fetch search suggestion from YouTube.
Downloads
8
Readme
YouTube Search Suggestions
A simple module that allows you to get search suggestions from YouTube.
Installation
$ npm i youtube-search-suggestions
Prerequisites
- NodeJS v16+
Usage
const { SearchClient } = require("youtube-search-suggestions");
const client = new SearchClient();
Example
const { SearchClient } = require("youtube-search-suggestions");
const client = new SearchClient();
client
.suggestion("supermode tell me why")
.then((response) => console.log(response));
Links
License
ISC