/Weather-app

A weather app that uses openweathermap api to get all weather info for your location

Primary LanguagePython

Weather App

Introduction

This is a simple weather application built using a weather API. It allows users to search for weather information for any city in the world and displays the current weather conditions. The application is built using python and relies on the OpenWeatherMap API for weather data.

Getting Started

To use the weather app, you will need to obtain an API key from OpenWeatherMap. Once you have your API key, replace the API_KEY variable in the main file with your own key.

Usage

To use the application, simply run the program and it will automatically detect what your geo coordinates are. The application will display the current weather conditions.

Credits

This application was built by Konstantinos Antoniadis using the OpenWeatherMap API.