Skip to content

shoaibsharif/meta-fetcher

Repository files navigation

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

About

Fetching specific meta tag

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published