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

TypeScript Starter Project (VS Code, local development)

Hi everyone,

 

I wanted to share a starter project set up for writing Fitbit apps locally, e.g., in VS Code. A lot of the APIs are still untyped, but this enables better type checking and IntelliSense support, and lets you use your favorite IDE/local environment:

 

Image%202018-06-16%20at%2010.13.20%20PM

 

Here's the repo: https://github.com/vaskevich/fitbit-typescript-starter

 

The idea here is to write code locally, then drag and drop updated files into Fitbit Studio to test and deploy. This project also sets up the boilerplate for compiling, linting, and running unit tests via command line.

 

Contributions are welcome; ideally Fitbit will add better TS support and CLI tooling soon. Hope this helps in the meantime!

Best Answer
1 REPLY 1

Nice! Command line tools will make this even more awesome 🙂

Best Answer
0 Votes