2.0.3 • Published 1 year ago

metadata-scrapper v2.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

MetaData Scrapper

Installation

Install with the help of following command:

npm install metadata-scrapper

Running the module

Use the following Code snippet:

const metadataScrapper = require('metadata-scrapper');

//replace your actual URL
const url = "https://www.example.com" 

metadataScrapper.Crawler(url)
.then((data)=>{
    // Your scrapped content stored in data
    console.log(data);
})
.catch(err=>console.log(err);)

Contributors

2.0.3

1 year ago

1.0.7

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago