mirror of
https://github.com/elisspace/FxLifeSheet.git
synced 2026-08-29 15:44:00 +00:00
Add mood
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user