From 18fcf6497e6638dc5b784a15a2be423ec1f33d65 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Mon, 19 Jun 2023 17:46:09 +0200 Subject: [PATCH] Further simplify README.md --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index d124b2a..ac2a435 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,7 @@ A terrible grocery price search "app". Fetches data from big Austrian grocery chains daily and lets you search them. See . -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 `server.js`). The front end is a least-effort vanilla HTML/JS search form (see sources in `site/`). - -Contents: - -- [Requirements](#requirements) -- [Running](#running) - - [Development](#development) - - [Production](#production) - - [Configuration](#configuration) - - [Via GitHub pages \& GitHub workflows](#via-github-pages--github-workflows) - - [Docker](#docker) -- [Raw Data](#raw-data) -- [Historical Data](#historical-data) +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 `server.js`). The front end is a least-effort vanilla HTML/JS app (see sources in `site/`). ## Requirements