06-17-2018 00:23 - edited 06-17-2018 00:28
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-17-2018 00:23 - edited 06-17-2018 00:28
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
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:
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!
06-30-2018 07:03
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


06-30-2018 07:03
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Nice! Command line tools will make this even more awesome 🙂

