README.md

# KinoYoutube

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.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 <https://hexdocs.pm/kino_youtube>.