wiki.ziemers.de

ziemer's informatik Wiki

Benutzer-Werkzeuge

Webseiten-Werkzeuge


wiki:software:beuthbot:weather-service

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

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:software:beuthbot:weather-service#weather-microservice|Weather microservice]] +  - [[wiki:software:beuthbot:weather-service#weather_microservice|Weather microservice]] 
-  - [[wiki:software:beuthbot:weather-service#table-of-content|Table of content]]+  - [[wiki:software:beuthbot:weather-service#table_of_content|Table of content]]
   - [[wiki:software:beuthbot:weather-service#getting-started|Getting Started]]   - [[wiki:software:beuthbot:weather-service#getting-started|Getting Started]]
     - [[wiki:software:beuthbot:weather-service#prerequisites|Prerequisites]]     - [[wiki:software:beuthbot:weather-service#prerequisites|Prerequisites]]
     - [[wiki:software:beuthbot:weather-service#cloning|Cloning]]     - [[wiki:software:beuthbot:weather-service#cloning|Cloning]]
     - [[wiki:software:beuthbot:weather-service#installing|Installing]]     - [[wiki:software:beuthbot:weather-service#installing|Installing]]
-  - [Overview](#overview) +  - [[wiki:software:beuthbot:weather-service#overview|Overview]] 
-    - [Structure](#structure) +    - [[wiki:software:beuthbot:weather-service#structure|Structure]] 
-    - [Functionalities](#functionalities) +    - [[wiki:software:beuthbot:weather-service#functionalities|Functionalities]] 
-      - [The scripts-folder](#the-scripts-folder) +      - [[wiki:software:beuthbot:weather-service#the_scripts_folder|The scripts-folder]] 
-      - [The services-folder](#the-services-folder) +      - [[wiki:software:beuthbot:weather-service#the_services_folder|The services-folder]] 
-          - [generateResponse.js](#generateresponsejs) +          - [[wiki:software:beuthbot:weather-service#generateresponsejs|generateResponse.js]] 
-          - [weatherService.js](#weatherservicejs) +          - [[wiki:software:beuthbot:weather-service#weatherservicejs|weatherService.js]] 
-          - [fiveDayWeatherService.js](#fivedayweatherservicejs) +          - [[wiki:software:beuthbot:weather-service#fivedayweatherservicejs|fiveDayWeatherService.js]] 
-      - [The routes-folder](#the-routes-folder) +      - [[wiki:software:beuthbot:weather-service#the_routes_folder|The routes-folder]] 
-  - [Further Development](#further-development) +  - [[wiki:software:beuthbot:weather-service#further_development|Further Development]] 
-  - [Further Reading](#further-reading) +  - [[[wiki:software:beuthbot:weather-service#further_reading|Further Reading]] 
-  - [Built With](#built-with) +  - [[wiki:software:beuthbot:weather-service#built_with|Built With]] 
-  - [Versioning](#versioning) +  - [[wiki:software:beuthbot:weather-service#versioning|Versioning]] 
-  - [Authors](#authors)+  - [[wiki:software:beuthbot:weather-service#authors|Authors]]
  
 ===== 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 ''OpenWeatherMap-API'' to get the current weather forecast and stores the response. Makes a request to the ''OpenWeatherMap-API'' to get the current weather forecast and stores the response.
  
-** fiveDayWeatherService.js **+== fiveDayWeatherService.js ==
  
 If a weather forecast for the next days is requested, than this script requests the necessary data from the ''OpenWeatherMap-API'' and stores its response. If a weather forecast for the next days is requested, than this script requests the necessary data from the ''OpenWeatherMap-API'' and stores its response.
Zeile 118: Zeile 118:
 ===== Versioning ===== ===== Versioning =====
  
-We use  [[http://semver.org/|SemVer]]for versioning. For the versions available, see the [[https://github.com/<you>/<your-repo>/tags|tags on this repository]].+We use  [[http://semver.org/|SemVer]] for versioning. For the versions available, see the [[https://github.com/<you>/<your-repo>/tags|tags on this repository]].
  
 ===== Authors ===== ===== Authors =====
Zeile 126: Zeile 126:
  
 See also the list of [[[https://github.com/<you>/<your-repo>/contributors|contributors]] who participated in this project. See also the list of [[[https://github.com/<you>/<your-repo>/contributors|contributors]] who participated in this project.
 +<WRAP pagebreak></WRAP>
wiki/software/beuthbot/weather-service.1576227977.txt.gz · Zuletzt geändert: 13.12.2019 10:06 von Timo Bruns