From 18457603849208e10468c0a888d0f9bd9274db30 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Fri, 2 Jun 2023 16:25:36 +0200 Subject: [PATCH] Updated README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 903cfa4..c493fb7 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ You can also get the [raw data](https://heisse-preise.io/api/index). The raw dat * `price`: the current price in €. * `priceHistory`: an array of `{ date: "yyyy-mm-dd", price: number }` objects, sorted in descending order of date. * `unit`: unit the product is sold at. May be undefined. +* `quantity`: quantity the product is sold at for the given price * `bio`: whether this product is classified as organic/"Bio" The project consists of a trivial NodeJS Express server responsible for fetching the product data, massaging it, and serving it to the front end (see `index.js`). The front end is a least-effort vanilla HTML/JS search form (see sources in `site/`).