Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
wiki:software:beuthbot:weather-service [13.12.2019 10:06] Timo Bruns [Table of content] |
wiki:software:beuthbot:weather-service [22.07.2020 18:09] (aktuell) Denny Schumann |
||
|---|---|---|---|
| Zeile 7: | Zeile 7: | ||
| ===== Table of content===== | ===== Table of content===== | ||
| - | - [[wiki: | + | |
| - | - [[wiki: | + | - [[wiki: |
| - [[wiki: | - [[wiki: | ||
| - [[wiki: | - [[wiki: | ||
| - [[wiki: | - [[wiki: | ||
| - [[wiki: | - [[wiki: | ||
| - | - [Overview](#overview) | + | - [[wiki: |
| - | - [Structure](#structure) | + | - [[wiki: |
| - | - [Functionalities](# | + | - [[wiki: |
| - | - [The scripts-folder](#the-scripts-folder) | + | - [[wiki: |
| - | - [The services-folder](#the-services-folder) | + | - [[wiki: |
| - | - [generateResponse.js](# | + | - [[wiki: |
| - | - [weatherService.js](# | + | - [[wiki: |
| - | - [fiveDayWeatherService.js](# | + | - [[wiki: |
| - | - [The routes-folder](#the-routes-folder) | + | - [[wiki: |
| - | - [Further Development](# | + | - [[wiki: |
| - | - [Further Reading](# | + | - [[[wiki: |
| - | - [Built With](# | + | - [[wiki: |
| - | - [Versioning](#versioning) | + | - [[wiki: |
| - | - [Authors](#authors) | + | - [[wiki: |
| ===== Getting Started ===== | ===== Getting Started ===== | ||
| Zeile 86: | Zeile 86: | ||
| This folder consists of several services, that perform specific tasks for the microservice. | This folder consists of several services, that perform specific tasks for the microservice. | ||
| - | **generateResponse.js** | + | == generateResponse.js |
| Creates a nicely formatted string from a weather-JSON-object and caches it. | Creates a nicely formatted string from a weather-JSON-object and caches it. | ||
| - | ** weatherService.js | + | == weatherService.js |
| Makes a request to the '' | Makes a request to the '' | ||
| - | ** fiveDayWeatherService.js | + | == fiveDayWeatherService.js |
| If a weather forecast for the next days is requested, than this script requests the necessary data from the '' | If a weather forecast for the next days is requested, than this script requests the necessary data from the '' | ||
| Zeile 118: | Zeile 118: | ||
| ===== Versioning ===== | ===== Versioning ===== | ||
| - | We use [[http:// | + | We use [[http:// |
| ===== Authors ===== | ===== Authors ===== | ||
| Zeile 126: | Zeile 126: | ||
| See also the list of [[[https:// | See also the list of [[[https:// | ||
| + | <WRAP pagebreak></ | ||