Skip to content

JuniorAlbuquerque/link-preview-tags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

link-preview-tags

Install

yarn add link-preview-tags

Usage

import { getLinkData } from 'link-preview-tags';

// example using my website
await getLinkData('https://jnr.vercel.app/')

{
  description: 'My personal website',
  image: 'https://user-images.githubusercontent.com/42422605/177070433-bccd0d3e-c1d1-4c0f-871a-60c1aa8cf23b.png',
  title: 'Jnr Website',
  url: 'https://jnr.vercel.app/'
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published