/kino_youtube

A simple Kino that wraps the YouTube Embedded iFrame API to render a YouTube player in a Livebook.

Primary LanguageElixirMIT LicenseMIT

KinoYoutube

KinoYouTube version Hex Docs Hex Downloads Twitter Follow

This Kino consists of only one function, KinoYouTube.new/2.

Refer to the YouTube documentation for a list of accepted parameters

Installation

The package can be installed by adding kino_youtube to your list of dependencies in mix.exs:

def deps do
  [
    {:kino_youtube, "~> 0.1"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/kino_youtube.