A netlify
serverless function to fetch the meta data from a url. Currently it has been formatted for editorjs/link where you can get 'title', 'image', and 'description' meta data from <head></head>
.
{
"success" : 1,
"meta": {
"title" : "CodeX Team",
"description" : "Club of web-development, design and marketing. We build team learning how to build full-valued projects on the world market.",
"image" : {
"url" : "https://codex.so/public/app/img/meta_img.png"
}
}
}
GET /metafetcher
Parameter | Type | Description |
---|---|---|
url |
string |
Required. URL you wan to fetch the data |