1.0.2 • Published 3 years ago

https-fetch v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

https-fetch

Fetch data from famous websites

Installation

NPM

npm i https-fetch

Git

git clone https://github.com/YugoRei/https-fetch.git

How to use

const https = require("https-fetch");

// Fetch from YouTube.com
https.youtube(query, limit).then(console.log)

Test

npm run test

Supported websites

  1. YouTube

More websites will be added soon

Note

Every functions here returns a promise