Skip to content

Instantly share code, notes, and snippets.

View sGerli's full-sized avatar
😀

Stefano Gerli sGerli

😀
View GitHub Profile
@gregoiresage
gregoiresage / app.js
Last active October 7, 2017 11:01
Weather module for Fitbit apps
// Import the messaging module
import * as messaging from "messaging";
import document from "document";
// Request weather data from the companion
function fetchWeather() {
if (messaging.peerSocket.readyState === messaging.peerSocket.OPEN) {
// Send a command to the companion
messaging.peerSocket.send({