Skip to content

thiagofeijor/node-link-preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkPreview

Library to return title, description and highlighted image of a site to generate a link preview.
const LinkPreview = require('link-preview')

LinkPreview.search('www.google.com', (data) => {
  console.log(data); // { img: '', title: '', description: '', link: ''}
}, () => {
  console.log('Error');
});

Installation

npm install node-link-preview

About

Library to return title, description and highlighted image of a site to generate a link preview.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published