untitled notebook

node v8.17.0
version: 1.0.0
endpointsharetweet
const Metaphor = require('metaphor'); const engine = new Metaphor.Engine(); const getMetadata = async (targetUrl) => { engine.describe(targetUrl, (data) => { console.log(data); console.log(data.preview); }); }; getMetadata("https://human-connection.org");
Loading…

no comments

    sign in to comment