From 45ec418071993180a38f3802912d751ac83f6d43 Mon Sep 17 00:00:00 2001 From: Matt Black Date: Wed, 19 Oct 2022 19:46:27 -0400 Subject: [PATCH] Update README.md updated readme file --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 055461e..18c618f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # weather-lookup-tool -This tool uses Python and an API from openweathermap.org to look up weather information. +- This simple tool uses Python and an API from openweathermap.org to look up basic weather information (e.g., current temperature, humidity, high/low temperature, etc.) using a country code and zip-code.
+ +- This code was based off of/adapted from a YouTube tutorial produced by LeMaster Tech at this link: https://youtu.be/kLNtdehfNrI.