Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung | |||
wiki:software:beuthbot:weather-service [22.07.2020 18:03] Denny Schumann |
wiki:software:beuthbot:weather-service [22.07.2020 18:09] (aktuell) Denny Schumann |
||
---|---|---|---|
Zeile 2: | Zeile 2: | ||
- | Der Wetter Mikroservice ist ein Dienst, welche aktuell über den Telegram Client angesprochen wird. Dabei kann der Service per Chat einfach angesprochen werden ohne das der User im Vorfeld etwas einrichten muss. Dieser Dienst antwortet dabei auf Fragen, welche das Wetter im Allgemeinen, | + | A microservice for a Chatbot developed at the Beuth University of Applied Sciences Berlin |
Zeile 29: | Zeile 28: | ||
- [[wiki: | - [[wiki: | ||
+ | ===== Getting Started ===== | ||
+ | |||
+ | |||
+ | |||
+ | === Prerequisites === | ||
+ | |||
+ | - [[https:// | ||
+ | - [[https:// | ||
+ | |||
+ | === Cloning === | ||
+ | |||
+ | Get the source code by cloning its repository via https: [[https:// | ||
+ | |||
+ | |||
+ | === Installing === | ||
+ | |||
+ | After cloning the repository, you will need to make sure that you have node and npm installed on your working system. To check if you already have node installed, try | ||
+ | |||
+ | '' | ||
+ | |||
+ | Same for checking if npm is installed, just with npm instead of the node command | ||
+ | |||
+ | '' | ||
+ | |||
+ | If you don't have node or npm installed, download the Softare via the links provided in [[wiki: | ||
+ | |||
+ | After that install all necessesary dependencies | ||
+ | |||
+ | '' | ||
+ | |||
+ | Now you can start the local development server to play around with the API and make your calls | ||
+ | |||
+ | '' | ||
+ | |||
+ | This will fire up a development server that listens on port 8000. | ||
+ | |||
+ | If you direct your browser to http:// | ||
===== Overview ===== | ===== Overview ===== |