README.md

# GoogleApi.PageSpeedOnline

PageSpeed Insights API client library.

Analyzes the performance of a web page and provides tailored suggestions to make that page faster.

## Installation

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

```elixir
def deps do
  [{:google_api_page_speed_online, "~> 0.5"}]
end
```

## For more information

Product documentation is available at [https://developers.google.com/speed/docs/insights/v5/get-started](https://developers.google.com/speed/docs/insights/v5/get-started).

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