Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Fitbit Studio Tutorials

Do you guys know of any Fitbit Studio tutorials or just tutorials for the code language that the Fitbit SDK uses?

 

thanks!

Best Answer
0 Votes
1 REPLY 1

The Fitbit SDK uses JavaScript. There are lots of resources and training courses available for free online, such as:

https://www.freecodecamp.org/

https://codecombat.com/

 

Once you're familar with JavaScript you can follow the getting started guide on dev.fitbit.com

https://dev.fitbit.com/getting-started/

 

and check out our open source example projects:

https://github.com/fitbit/ossapps

 

 

Best Answer