Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 610 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 610 Bytes

Liquor Tags. Inspired by dev.to embed tags (liquid), takes Open Graph data from URLs and generate output using pseudo EEx templates.

Installation

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.