Liquor Tags. Inspired by dev.to embed tags (liquid), takes Open Graph data from URLs and generate output using pseudo EEx templates.
If available in Hex, the package can be installed
by adding liquor
to your list of dependencies in mix.exs
:
def deps do
[
{:liquor, "~> 1.0.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/liquor.