1.0.3 • Published 3 years ago

single-yt-search-result v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

single-yt-search-result

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