oembed v0.1.0 OEmbed

oEmbed consumer library for Elixir applications.

Usage

{:ok, result} = OEmbed.for("https://www.youtube.com/watch?v=dQw4w9WgXcQ")

Summary

Functions

Get oEmbed structure for given URL

Functions

for(url)

Get oEmbed structure for given URL.

Example

{:ok, result} = OEmbed.for("https://www.youtube.com/watch?v=dQw4w9WgXcQ")