From 9ba62c9bf9f19053f6eb664db70eb342812efc38 Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Wed, 23 Apr 2025 23:35:25 +0300 Subject: fix README tables --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7e6e6a3..3ee758c 100644 --- a/README.md +++ b/README.md @@ -30,14 +30,14 @@ If you opt out the interactive mode you have to define needed variables in the c The following variables have to be defined if interactive mode is tured to `False` -| Variable Name | Description | Example Value | -|-------------------------------|-------------------------------------------|---------------------------------------------------------------------------------------------| -| API_URL | API url that returens JSON data | https://api.open-meteo.com/v1/forecast?latitude=58.38&longitude=26.72¤t_weather=true" | -| API_FIELDS | Data fields for pipeline, with json paths | {'temperature': '.current_weather.temperature', 'windspeed': '.current_weather.windspeed'} | -| API_USERNAME | Api username, if required | Placeholder" | -| API_PASSWORD | Api username, if required | Placehoder" | -| PIPELINE_SCHEDULING_PERIOD | How often the pipeline should run | 5 sec | -| PIPELINE_NAME | Name of the pipeline | test_pipeline.json | +| Variable Name | Description | Example Value | +|-------------------------------|-------------------------------------------|-----------------------------------------------------------------------------------------------| +| API_URL | API url that returens JSON data | `https://api.open-meteo.com/v1/forecast?latitude=58.38&longitude=26.72¤t_weather=true"` | +| API_FIELDS | Data fields for pipeline, with json paths | `{'temperature': '.current_weather.temperature', 'windspeed': '.current_weather.windspeed'}` | +| API_USERNAME | Api username, if required | `"Placeholder"` | +| API_PASSWORD | Api username, if required | `"Placeholder"` | +| PIPELINE_SCHEDULING_PERIOD | How often the pipeline should run | `"5 sec"` | +| PIPELINE_NAME | Name of the pipeline | `"test_pipeline.json"` | #### Database -- cgit v1.2.3