Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 895 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 895 Bytes

Meta fetcher

A netlifyserverless 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"
        }
    }
}

API Reference

Get the meta data with url

  GET /metafetcher
Parameter Type Description
url string Required. URL you wan to fetch the data