1
0
mirror of https://github.com/elisspace/FxLifeSheet.git synced 2026-08-29 15:44:00 +00:00
This commit is contained in:
Felix Krause
2022-04-27 20:26:14 +02:00
parent 27df59bddc
commit 5ffa9c8299

View File

@@ -17,6 +17,13 @@
getRequest("https://where-is-felix-today-backend.herokuapp.com/api.json", function(data) {
const overviewTable = JSON.parse(data)["otherFxLifeData"]["overviewTable"]["value"];
const keys = [{
"name": "mood",
"customTitle": "mood",
"unit": "",
"rounding": 2,
"good": "up",
"percentage": false
}, {
"name": "weight",
"customTitle": "Weight",
"unit": "lbs",