Skip to content
/ lpier Public

Next.js implementation of harpies, makes it easier to generate link preview in your website by pulling the required information for you!

Notifications You must be signed in to change notification settings

IamLizu/lpier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lpier

Next.js implementation of harpies(GitHub).

Helps you to generate link previews on the fly! Use harpies to get the information of a webpage to generate a preview, then you know how you want to style the preview with the information. image

All your need to do is enter your webpage url and voila! N:B: Open Graph meta data needs to be implemented on the webpage.

Contributing

First install required packages,

npm install

then the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result. N:B: Maintain clean code while adding feature or fixing issue and submit PR!

About

Next.js implementation of harpies, makes it easier to generate link preview in your website by pulling the required information for you!

Resources

Stars

Watchers

Forks