Skip to content

pkkulhari/link-preview-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Link Preview Generator

Link previews like in Twitter/LinkedIn/Facebook, but as downloadable images for use in any note taking tool (Notion. MacDown, Word, etc.)

Preview

Screenshot

Features

  • Link Preview - get the preview of any link
  • Download Preview - download the preview as image and use in any note taking tool
  • Analyse - check if the link has basic meta tags or not (Important for SEO)
  • Dark Mode - choose your preferred theme (Dark or Light)

Technologes

  • Node.js
  • Express.js
  • React
  • Tailwind CSS
  • Vite

API Reference

-> Get metdata of a link

  GET https://link-preview-generator.onrender.com/api?url=
Parameter Type Description
url string Required. any url

Getting Started

git clone https://github.com/pkkulhari/link-preview-generator.git
cd ./link-preview-generator
yarn install --cwd client && yarn install --cwd server
 yarn --cwd ./server start

Start a new terminal session

 yarn --cwd ./client dev

Now you can visit - http://localhost:5173/

About

Generator Preview of any Link

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published