https-fetch

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i https-fetch

Weekly Downloads

4

Version

1.0.2

License

MIT

Unpacked Size

4.29 kB

Total Files

5

Last publish

Collaborators

  • yugorei