Skip to content

Instantly share code, notes, and snippets.

View Zetjen's full-sized avatar

Angel Zimmermann Zetjen

View GitHub Profile
/**
* Script for scriptable to get the current capacity of FitX Gyms
*/
let gymId = 1265369
let api = "https://fitx-proxy.daniel-stefan.dev/api/utilization/"
let param = args.widgetParameter
if (param != null && param.length > 0) {
gymId = param
}