README

# YtPotion

YouTube v3 Data API Wrapper

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

  1. Add `yt_potion` to your list of dependencies in `mix.exs`:

    ```elixir
    def deps do
      [{:yt_potion, "~> 0.1.0"}]
    end
    ```

  2. Ensure `yt_potion` is started before your application:

    ```elixir
    def application do
      [applications: [:yt_potion]]
    end
    ```