get-google-fit-bike-rides
v1.0.2
Published
Browser JS library to fetch a list of bikerides from Google Fit
Downloads
3
Readme
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
- ...