degzhaus / elixir-oembed

An oEmbed consumer written in Elixir.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OEmbed

An oEmbed consumer for Elixir.

It currently only supports discoverable endpoints.

Install

Add to your mix.exs

  defp deps do
    [
      {:oembed, "~> 0.1", github: "guitsaru/elixir-oembed"}
    ]
  end

After adding OEmbed as a dependency, to install run:

mix deps.get

Usage

OEmbed.start
OEmbed.for "https://twitter.com/mattetti/status/443849671727800320"

About

An oEmbed consumer written in Elixir.

License:MIT License


Languages

Language:Elixir 100.0%