README.md
# GoogleApi.Fitness
Fitness API client library.
The Fitness API for managing users' fitness tracking data.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_fitness` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_fitness, "~> 0.23"}]
end
```
## For more information
Product documentation is available at [https://developers.google.com/fit/rest/v1/get-started](https://developers.google.com/fit/rest/v1/get-started).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_fitness](https://hexdocs.pm/google_api_fitness).