Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
bundle install --deployment --without development test mysql aws kerberos
---> Running in cad4609bafbd
Starting redis-server: redis-server.
* Starting PostgreSQL 9.5 database server
...done.
Fetching gem metadata from https://rubygems.org/........
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from https://rubygems.org/..
Installing rake 10.5.0
Installing RedCloth 4.3.2 with native extensions
@ss89
ss89 / fitstar.js
Last active May 24, 2021 12:47
fitstar
/**
* Script for scriptable to get the current capacity of Fitstar Gyms
* HEAVILY "inspired" by masselmello's "rsg_group_mcfit_high5_johnreed_capacity_widget.js"
* See: https://gist.github.com/masselmello/6d4f4c533b98b2550ee23a7a5e6c6cff
*/
const currentGymCapacity = await fetchGymCapacity()
const widget = new ListWidget()
await createWidget()
var body = `
<!DOCTYPE html>
<html lang="de-DE">
<head>
<meta charset="utf-8">
<!--
This website is powered by TYPO3 - inspiring people to share!
TYPO3 is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.
TYPO3 is copyright 1998-2018 of Kasper Skaarhoj. Extensions are copyright of their respective owners.