Get information about links in a single API request.
This is a fork of the get-link-preview repo by Siddhi Gate
View the link preview using our App. Use the API to generate link preview in your app or use the NPM package to use the custom hook in your React app.
Original article can be found here Github repo can be found here
- Use our API endpoint to integrate link preview in your app
https://url-info.vercel.app/?url=https://github.com/siddhigate
{
"success":true,
"title":"siddhigate - Overview",
"description":"Full stack developer. siddhigate has 49 repositories available. Follow their code on GitHub.",
"image":"https://avatars.githubusercontent.com/u/80971056?v=4?s=400",
"sitename":"GitHub",
"ogUrl":"https://github.com/siddhigate",
"type":"profile",
"domain":"github.com",
"favicon":"https://github.githubassets.com/favicons/favicon.svg"}
}