aboutsummaryrefslogtreecommitdiff
path: root/food.js
AgeCommit message (Collapse)Author
2023-06-21Merge master branches of GitHub repo and server repoJoel Kronqvist
2023-06-21Some patches made in production :facepalm:Joel Kronqvist
At least some of them have to do with running updations timely?
2022-11-14Introduced (ugly) fix for food overflows. For real, the server was down for ↵Joel Kronqvist
A WHOLE DAY, just because a food next week was 1 CHARACTER MORE than 256 characters!
2022-11-05Hid vegetarian food when it is the same as the normal food. Added date ↵Joel Kronqvist
logging to init.sh.
2022-11-03Made server update foods at monday morning instead of updating them just ↵Joel Kronqvist
randomly once a week.
2022-10-17Imroved README.md, modified server to update on startJoel Kronqvist
Also minor changes to setup.sh and update.js. In update.js the updation function was changed to take a database connection (as in database.js) instead of a string with the credentials to the DB.
2022-10-15Bug fixes & started setup.shJoel Kronqvist
2022-03-11Food scraping updationJoel Kronqvist