From 7e8e21d25e127f27bc0f2d3414ba9177a7caecb1 Mon Sep 17 00:00:00 2001 From: Aakash Dinkar <35952953+aakashdinkar@users.noreply.github.com> Date: Tue, 6 Oct 2020 15:43:28 +0100 Subject: [PATCH] Update README.md --- projects/Fetch_current_weather/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/projects/Fetch_current_weather/README.md b/projects/Fetch_current_weather/README.md index e69de29bb..aaccc3606 100644 --- a/projects/Fetch_current_weather/README.md +++ b/projects/Fetch_current_weather/README.md @@ -0,0 +1,16 @@ +# Current Weather + +This Script will help you to find current weather of any entered place. +This script is using openweathermap.org to find the current weather. + +# Requirement + +To run this script you need to have api key, to get an API key you first [signup here](https://home.openweathermap.org/api_keys) + +After getting the api key add in the code +``` +api_key = "Your_API_Key" +``` + +# Result +The output this script will generate