Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Service to return weather paramaters from a certain location

Notifications You must be signed in to change notification settings

studienprojekt-sdp/weather_microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather_microservice

Service to return weather paramaters from a certain location

Create the image

create with: docker build . -t <image_name>

Start the container and let it run in the background

start with: docker run -dit --name<container_name> <image_name>

Enter the shell of the specified container to run the commands

exec with: docker exec -it <container_name> bash

Send a request for the current time (timezone is optional)

send request with: node zeitservice

About

Service to return weather paramaters from a certain location

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published