A webapp to make exporting fitbit data easier. See the the app itself at http://fitbit-export.azurewebsites.net for more detail.
You must have the following env vars defined:
FITBIT_DATA_EXPORT_CLIENT_KEY
FITBIT_DATA_EXPORT_CLIENT_SECRET
FITBIT_DATA_EXPORT_DEV_CLIENT_KEY
FITBIT_DATA_EXPORT_DEV_CLIENT_SECRET
FITBIT_DATA_EXPORT_SESSION_SECRET
FITBIT_DATA_EXPORT_DEV_SESSION_SECRET
This site is deployed to Microsoft Azure. Be aware of the node_modules issue when deploying, since that can create inconsistency between local and deployed development.