lpier

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

Stars
1

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!