README.md
# GoogleApi.YouTube
YouTube Data API v3 client library.
The YouTube Data API v3 is an API that provides access to YouTube data, such as videos, playlists, and channels.
## 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.51"}]
end
```
## For more information
Product documentation is available at [https://developers.google.com/youtube/](https://developers.google.com/youtube/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_you_tube](https://hexdocs.pm/google_api_you_tube).