meta-data-fetcher

1.0.3 • Public • Published

What is for?

Get meta data of any website.

Installation

npm install --save meta-data-fetcher

Usage

const { metaDataFetcher } = require('meta-data-fetcher');

const getData = async() => {

 // Pass the 'url' like 'https://amazon.in/'
    const result = await metaDataFetcher(url); 

    console.log(result);
}

Package Sidebar

Install

npm i meta-data-fetcher

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

2.92 kB

Total Files

3

Last publish

Collaborators

  • srijansrinetra