README.md

# GoogleApi.YouTube

YouTube Data API client library.

Supports core YouTube features, such as uploading videos, creating and managing playlists, searching for content, and much more.

## Installation

Install this package from [Hex](https://hex.pm) by adding
`google_api_you_tube` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:google_api_you_tube, "~> 0.14"}]
end
```

## For more information

Product documentation is available at [https://developers.google.com/youtube/v3](https://developers.google.com/youtube/v3).

Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_you_tube](https://hexdocs.pm/google_api_you_tube).