Skip to content

Instantly share code, notes, and snippets.

@bmorelli25
Created February 18, 2020 02:42
Show Gist options
  • Save bmorelli25/a74ab6084f1aa74c6e9546f97de9fcb9 to your computer and use it in GitHub Desktop.
Save bmorelli25/a74ab6084f1aa74c6e9546f97de9fcb9 to your computer and use it in GitHub Desktop.
FitBit heart rate data snippet
[{
"dateTime" : "10/06/19 07:00:04",
"value" : {
"bpm" : 64,
"confidence" : 3
}
},{
"dateTime" : "10/06/19 07:00:09",
"value" : {
"bpm" : 65,
"confidence" : 3
}
},{
"dateTime" : "10/06/19 07:00:24",
"value" : {
"bpm" : 65,
"confidence" : 3
}
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment