Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fitbit-widgets

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fitbit-widgets

Widgets for Fitbit SDK applications

  • 1.0.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
13
increased by1200%
Maintainers
1
Weekly downloads
 
Created
Source

Fitbit Widgets 🧩

npm version CI Status

Create and share your fitbit widgets to be used inside Fitbit apps.

How to use a widget

CLI users

From your project root folder, follow these steps:

  1. Choose the widget you want from the list: npx fitbit-widgets list
  2. Add it to your project npx fitbit-widgets install <widget-name>
  3. Follow the instructions printed to start using it from your code.

Fitbit Studio users

Go to the releases section, and download the attached widgets.zip file. Peek the files you want, and upload them accordingly to your project.

How to create a widget

Add a folder inside src/ with the name of the widget. There we have different type of files:

  • index.ts with the runtime code.
  • index.defs file with the main UI code.
  • A doc/ folder with:
    • A screenshot from the Fibit emulator showing the widget.
    • A README.md file explaining what the widget does, including the screenshot.

Keywords

FAQs

Package last updated on 15 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc