relatt-scraper

1.30.0 • Public • Published

Relatt-Scraper

Relatt-Scraper is a Js library improved for metascraping.

Installation

Use the package manager yarn to install relatt-scraper.

yarn add relatt-scraper

Usage

const scraper = require("relatt-scraper");

var data = await scraper.linkprocess("https://www.example.com/");
console.log(data)
/*
{
    logo: null,
    image: null,
    description: '',
    title: 'Example Domain',
    processedUrl: 'https://www.example.com/'
  }

*/

License

ISC

Readme

Keywords

Package Sidebar

Install

npm i relatt-scraper

Weekly Downloads

4

Version

1.30.0

License

ISC

Unpacked Size

350 kB

Total Files

23

Last publish

Collaborators

  • hit_007
  • juniorngangeli
  • jonasdumas