Socket
Book a DemoInstallSign in
Socket

youtube-search-suggestions

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

youtube-search-suggestions

A simple module that allows you to fetch search suggestion from YouTube.

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

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));
  • Github

License

ISC

Keywords

youtube

FAQs

Package last updated on 07 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts