Skip to content

Instantly share code, notes, and snippets.

@Limeliz
Limeliz / webcam-widget.js
Created September 17, 2024 14:10 — forked from andreasRedeker/webcam-widget.js
An iPhone widget, that shows you a live webcam image from foto-webcam.eu on your homescreen
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: blue; icon-glyph: camera-retro;
// Script by Andreas Redeker <[email protected]>
let param = args.widgetParameter
let url
if (param != null && param.length > 0) {
url = param