single-yt-search-result

1.0.3 • Public • Published

single-yt-search-result

NPM version

A light-weight node.js module to fetch single search result from the youtube using node-fetch library. Easily create a bot using this module.

Installation

npm install single-yt-search-result@latest
const singleYtResult = require("single-yt-search-result")

//Fetch result and save it to the file
singleYtResult.search("kurta pajama", "exportfilename.json")
.then(function(result) {
console.log(result)
});

😎 Features

  • ⭐️ Light weight fast scraping using node-fetch
  • 🛠 display first result from youtube search results quickly
  • 👀 Faster then light
  • 💪 Up to Date
  • 🤖 Flexible

Package Sidebar

Install

npm i single-yt-search-result

Weekly Downloads

2

Version

1.0.3

License

ISC

Unpacked Size

3.93 kB

Total Files

4

Last publish

Collaborators

  • namankhare