An open API service indexing awesome lists of open source software.

https://github.com/acalejos/kino_youtube

A simple Kino that wraps the YouTube Embedded iFrame API to render a YouTube player in a Livebook.
https://github.com/acalejos/kino_youtube

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# KinoYoutube

[![KinoYouTube version](https://img.shields.io/hexpm/v/kino_youtube.svg)](https://hex.pm/packages/kino_youtube)
[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/kino_youtube/)
[![Hex Downloads](https://img.shields.io/hexpm/dt/kino_youtube)](https://hex.pm/packages/kino_youtube)
[![Twitter Follow](https://img.shields.io/twitter/follow/ac_alejos?style=social)](https://twitter.com/ac_alejos)

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

Refer to the [YouTube documentation](https://developers.google.com/youtube/player_parameters#Parameters) for a list of accepted parameters

## Installation

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

```elixir
def deps do
[
{:kino_youtube, "~> 0.1"}
]
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 .