From b233dec8986ec91bd9b6de70b598121facde2354 Mon Sep 17 00:00:00 2001 From: Andrew Trieu <68151686+AndrewTrieu@users.noreply.github.com> Date: Sun, 23 Apr 2023 13:26:16 +0300 Subject: [PATCH] Add video --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1a2059e..9f5a94b 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,10 @@ Three microservices were implemented: - Historical weather service: This microservice retrieves historical weather data for a location from [OpenWeatherMap](https://openweathermap.org/) based on the given location and UNIX timestamp entered by the user . The frontend sends requests to this microservice by using the `GET /historical-weather` endpoint. The microservice responds with historical weather data in JSON format. +### Video + +https://user-images.githubusercontent.com/68151686/233834316-3862b7b4-f5a6-4278-b460-c8b91acd3ae8.mp4 + ### Dependencies The following dependencies were used in the implementation of the microservices: