A (very much work in progress) personal statistics API.
- Withings
For each service below, the variables listed need to be added as either environment variables (for a production environment e.g. Heroku) or included in a credentials.json
file (for local development).
WITHINGS_CONSUMER_KEY
WITHINGS_CONSUMER_SECRET
WITHINGS_TOKEN
WITHINGS_TOKEN_SECRET
WITHINGS_USER_ID
{
"heart_pulse": [
{
"date": 1421600481,
"value": 70
}
],
"weight": [
{
"date": 1421600481,
"value": "163.9"
}
],
"fat_free_mass": [
{
"date": 1421600481,
"value": "139.0"
}
],
"fat_ratio": [
{
"date": 1421600481,
"value": "15.19"
}
],
"fat_mass_ratio": [
{
"date": 1421600481,
"value": "24.89"
}
],
"height": [
{
"date": 1385171117,
"value": "5.8325512"
}
]
}
- Anand Sharma (and his new company Gyroscope)
- Naveen Salvadurai (blog post)
- Chris Hopkin (blog post)
Available for use under the MIT license: http://bryan.mit-license.org