@5app/opengraph-scraper

v1.4.3
Opengraph scraper

Opengraph Scraper

Given a URL will return meta information about the page.

e.g.

Usage:

// Import
const opengraphScraper = require('@5app/opengraph-scraper');

// Set a timeout in ms
const timeout = 3000;

// Url
const url = 'https://twitter.com/';

// Returns object
const {title, description} = await opengraphScraper(url, timeout);

console.log('Title: ', title, '- Description: ', description);

// Title: 
npm i @5app/[email protected]

Metadata

  • ISC
  • Whatever
  • Unknown
  • released 3/10/2020

Downloads