# GoogleApi.CivicInfo
Google Civic Information API client library.
Provides polling places, early vote locations, contest data, election officials, and government representatives for U.S. residential addresses.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_civic_info` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_civic_info, "~> 0.25"}]
end
```
## For more information
Product documentation is available at [https://developers.google.com/civic-information/](https://developers.google.com/civic-information/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_civic_info](https://hexdocs.pm/google_api_civic_info).