README.md

# GoogleApi.Translate

Google Cloud Translation API client library.

The Google Cloud Translation API lets websites and programs integrate with
    Google Translate programmatically.

## Installation

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

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

## For more information

Product documentation is available at [https://code.google.com/apis/language/translate/v2/getting_started.html](https://code.google.com/apis/language/translate/v2/getting_started.html).

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