Skip to content

Instantly share code, notes, and snippets.

@betillogalvanfbc
Created January 23, 2023 21:38
Show Gist options
  • Save betillogalvanfbc/cb1e3ed1fa41cf5b991d57ac496ed680 to your computer and use it in GitHub Desktop.
Save betillogalvanfbc/cb1e3ed1fa41cf5b991d57ac496ed680 to your computer and use it in GitHub Desktop.
linkPreviewGenerator.js
const linkPreviewGenerator = require("link-preview-generator");
async function run() {
const previewData = await linkPreviewGenerator("url");
console.log(previewData);
}
run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment