Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elixircl/liquor
🥃 Liquor Tags. Inspired by dev.to embed tags (liquid), takes Open Graph data from URLs and generate output using pseudo EEx templates.
https://github.com/elixircl/liquor
chile devto elixir liquid liquor tags
Last synced: 3 days ago
JSON representation
🥃 Liquor Tags. Inspired by dev.to embed tags (liquid), takes Open Graph data from URLs and generate output using pseudo EEx templates.
- Host: GitHub
- URL: https://github.com/elixircl/liquor
- Owner: ElixirCL
- License: mpl-2.0
- Created: 2024-03-25T21:07:25.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-28T16:01:00.000Z (8 months ago)
- Last Synced: 2024-09-16T17:47:32.553Z (about 2 months ago)
- Topics: chile, devto, elixir, liquid, liquor, tags
- Language: Elixir
- Homepage: https://elixircl.github.io/liquor/
- Size: 493 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# [Liquor](https://github.com/elixircl/liquor)
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](https://hex.pm/docs/publish), the package can be installed
by adding `liquor` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:liquor, "~> 1.0.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .