Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 601 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 601 Bytes

open-graph-parser CircleCI

A utility to extract Open Graph data from a URL.

Installation

$ npm install --save @cladeco/open-graph-parser

Usage

import OpenGraphParser from '@cladeco/open-graph-parser'
const openGraphData = await OpenGraphParser.extractMeta(url)

Credits

Uses code from Osedea/react-native-opengraph-kit