Skip to content

Instantly share code, notes, and snippets.

@anilkpatro
anilkpatro / ThingSpeak Graph.js
Created December 9, 2021 03:34
Show graph and latest value of a field from ThingSpeak channel
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: brown; icon-glyph: magic;
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: gray; icon-glyph: graph;
// THINGSPEAK
// https://thingspeak.com/
@anilkpatro
anilkpatro / Cheerlights.js
Created February 4, 2021 17:44
Cheerlights Scriptable script
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: gray; icon-glyph: magic;
// CHEERLIGHTS
// https://cheerlights.com/
// The size of the widget preview in the app - "small", "medium" or "large"
const widgetPreview = "small";
@anilkpatro
anilkpatro / README.md
Created August 27, 2015 02:26
Gauge Visualization with Vega

Simple gauge visualization example for Vega 1.5

@anilkpatro
anilkpatro / README.md
Last active August 29, 2015 14:19
Pan/zoom example for Vega v1.5

Simple example of adding pan/zoom interactions on chart built with vega v1.5