README.md
# GoogleApi.CSS
CSS API client library.
Programmatically manage your Comparison Shopping Service (CSS) account data at scale.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_css` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_css, "~> 0.4"}]
end
```
## For more information
Product documentation is available at [https://developers.google.com/comparison-shopping-services/api/overview](https://developers.google.com/comparison-shopping-services/api/overview).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_css](https://hexdocs.pm/google_api_css).