Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 866 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 866 Bytes

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!