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.
- Host: GitHub
- URL: https://github.com/acalejos/kino_youtube
- Owner: acalejos
- License: mit
- Created: 2024-02-04T05:44:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-24T17:58:45.000Z (over 1 year ago)
- Last Synced: 2025-03-25T17:53:22.415Z (3 months ago)
- Language: Elixir
- Size: 9.77 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KinoYoutube
[](https://hex.pm/packages/kino_youtube)
[](https://hexdocs.pm/kino_youtube/)
[](https://hex.pm/packages/kino_youtube)
[](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 .