README.md
# GoogleApi.PageSpeedOnline
PageSpeed Insights API client library.
The PageSpeed Insights API lets you analyze the performance of your website with a simple API. It offers tailored suggestions for how you can optimize your site, and lets you easily integrate PageSpeed Insights analysis into your development tools and workflow.
## 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.16"}]
end
```
## For more information
Product documentation is available at [https://developers.google.com/speed/docs/insights/v5/about](https://developers.google.com/speed/docs/insights/v5/about).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_page_speed_online](https://hexdocs.pm/google_api_page_speed_online).