1.0.2 • Published 7 years ago

get-google-fit-bike-rides v1.0.2

Weekly downloads
9
License
-
Repository
-
Last release
7 years ago

Get Bike Rides

Browser JS library for getting Google Fit users' bikerides between two dates, including the times and start and end locations.

Requirements

Set up Google API. See demo/index.html for an example, or refer to these docs for detailed instructions (TODO link), or here's the gist:

  • Add <script src="https://apis.google.com/js/api.js"></script> into the page
  • Configure a Gooogle API Client and set the origin, grab the keys
  • ...