1.0.2 • Published 6 months ago

youtube-search-suggestions v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

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

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago