UNPKG

og-parser

Version:

NodeJS module to parse open-graph information

6 lines (4 loc) 134 B
var og = require('./og-parser'); og("https://www.youtube.com/watch?v=7UaPL5PGywo", function(err, obj) { console.log(err, obj); });