var ogjs = require('./index.js');
// Pass in a URLogjs({ url: 'https://get.animateme.app/GGfmuvMOdpb' })
.then(function (data) {
console.log(data); // some share data parsed from metatags..
}, function (err) {
console.log('It seems that we have fumbled with an error', err);
});