OpenGraph.parse

You're seeing just the function parse, go back to OpenGraph module for more information.

Specs

parse(String.t()) :: t()

Parse Open Graph protocol.

Returns %OpenGraph{}.

Examples

iex> OpenGraph.parse("<meta property='og:title' content='GitHub' />")
%OpenGraph{title: "GitHub"}