open-graph-parse
v1.0.1
Published
HTML parsing for open-graph meta.
Downloads
2
Readme
open-graph-parse
Basically https://github.com/jshemas/openGraphScraper but only html parsing so it works in the browser.
Usage
const { parse } = require('open-graph-parse')
console.log(parse('some_html_here'))