SlideShare a Scribd company logo
Frédéric Harper
Senior Developer Evangelist @ Fitbit
HLTH Hackathon
Fitbit Challenge
@fharper
Fitbit is the #1 wearable brand
used by people trying to lose weight,
sleep better and improve heart health.
Devices
Sold to Date76+M Countries86 Registered
Device Users50+M
We want to make everyone
in the world healthier
- $10,000 USD to be split amongst the team
- build an app to help individuals better manage their day-to-day life with one of those conditions
- diabetes
- heart
- sleep
- mental health
- by using the Fitbit OS SDK or the Web API
HLTH Hackathon
Challenge
dev.fitbit.com
SDK
2018 04-25 - HLTH hackathon
● Standards based SDK with
JavaScript, SVG & CSS
● Easily create apps from
anywhere with Fitbit Studio
● Simulator available on macOS &
Windows
Developer
Platform
Platform
Architecture
Platform
Architecture
2018 04-25 - HLTH hackathon
Web API
● Activity
● Body & Weight
● Devices
● Food Logging
● Friends
● Heart Rate
● Sleep
● Subscriptions
● User
REST APIs
{
"activities":[
{
"activityId":51007,
"activityParentId":90019,
"calories":230,
"description":"7mph",
"distance":2.04,
"duration":1097053,
"hasStartTime":true,
"isFavorite":true,
"logId":1154701,
"name":"Treadmill, 0% Incline",
"startTime":"00:25",
"steps":3783
}
],
"goals":{
...
Have fun!
2018 04-25 - HLTH hackathon
THANK YOU

More Related Content

2018 04-25 - HLTH hackathon

  • 1. Frédéric Harper Senior Developer Evangelist @ Fitbit HLTH Hackathon Fitbit Challenge @fharper
  • 2. Fitbit is the #1 wearable brand used by people trying to lose weight, sleep better and improve heart health. Devices Sold to Date76+M Countries86 Registered Device Users50+M
  • 3. We want to make everyone in the world healthier
  • 4. - $10,000 USD to be split amongst the team - build an app to help individuals better manage their day-to-day life with one of those conditions - diabetes - heart - sleep - mental health - by using the Fitbit OS SDK or the Web API HLTH Hackathon Challenge
  • 6. SDK
  • 8. ● Standards based SDK with JavaScript, SVG & CSS ● Easily create apps from anywhere with Fitbit Studio ● Simulator available on macOS & Windows Developer Platform
  • 13. ● Activity ● Body & Weight ● Devices ● Food Logging ● Friends ● Heart Rate ● Sleep ● Subscriptions ● User REST APIs { "activities":[ { "activityId":51007, "activityParentId":90019, "calories":230, "description":"7mph", "distance":2.04, "duration":1097053, "hasStartTime":true, "isFavorite":true, "logId":1154701, "name":"Treadmill, 0% Incline", "startTime":"00:25", "steps":3783 } ], "goals":{ ...