Updated README.md

This commit is contained in:
Mario Zechner 2023-06-02 16:25:36 +02:00
parent d18ba47ba8
commit 1845760384
1 changed files with 1 additions and 0 deletions

View File

@ -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/`).