README.md
# KinoNiconico
A simple Kino for playing Niconico videos on Livebook.
It was implemented with reference to [KinoYoutube](https://github.com/acalejos/kino_youtube) and [AstroNicoEmbed](https://github.com/Robot-Inventor/astro-nico-embed/).
## Installation
Install KinoNiconico in Livebook:
```elixir
Mix.install([
{:kino_niconico, "~> 0.1"}
])
```