Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

tsubery/google_fit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoogleFit Build Status

This Library wraps GoogleFit API. With user's consent it allows to read data about sport activities, weight & nutrition, sleep and more. You can see usage examples here.

Installation

If available in Hex, the package can be installed as:

  1. Add google_fit to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:google_fit, "~> 0.2.0"}]
end
```
  1. Ensure google_fit is started before your application:
```elixir
def application do
  [applications: [:google_fit]]
end
```

About

Elixir wrapper around Google Fit Rest API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages