nasa8x / html-metadata-parser

Html metadata scraper and parser for Node.js
41 stars 18 forks source link

Support for Twitter #7

Open kayode0x opened 2 years ago

kayode0x commented 2 years ago

I was trying to parse a link but I only get a response of the link that was passed.

parser(link).then((result: unknown) => { console.log("RESULT: ", result); })

"RESULT": { "meta": { "url": "https://twitter.com/foo/status/bar" }, "og": { "site_name": "Twitter" }, "images": [] }