This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* FitbitDownload.gs | |
| This script will access your Fitbit data via the Fitbit API and insert it into a Google spreadsheet. | |
| The first row of the spreadsheet will be a header row containing data element names. Subsequent rows will contain data, one day per row. | |
| Note that Fitbit uses metric units (weight, distance) so you may wish to convert them. | |
| Original script by loghound@gmail.com | |
| Original instructional video by Ernesto Ramirez at http://vimeo.com/26338767 | |
| Modifications by Mark Leavitt (PDX Quantified Self organizer) www.markleavitt.com | |
| Further Modifications by Christian Stade-Schuldt blog.tafkas.net | |
| Here's to your (quantified) health! |