UNPKG

open-graph

Version:

An Open Graph implementation for Node.js.

7 lines (5 loc) 177 B
var og = require('./'); og("http://github.com/samholmes/node-open-graph/raw/master/test.html", function(err, meta) { if (err) return console.log(err); console.log(meta); })