Skip to content

This repository is for weather app build using python(flask)

Notifications You must be signed in to change notification settings

kindo-tk/weatherapp_repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weather App with Flask

This is a simple Weather App built using Flask and the OpenWeather API. It allows users to check the weather for a specific city.

Features

  • Search by City: Users can search for weather information in a specific city.
  • Error Handling: The app provides an error message if the user enters an incorrect city name.

Getting Started

These instructions will help you get a copy of the project up and running on your local machine.

Installation

  1. Clone the repository:

    git clone https://github.com/kindo-tk/weatherapp_repo.git
  2. Navigate to the project directory:

    cd weatherapp_repo
  3. Install the required dependencies:

    pip install -r requirements.txt

Usage

  1. Start the Flask application:

    python app.py
  2. Open a web browser and go to http://localhost:5000.

  3. Enter a search query, enter the name of the city whose weather you want to know.

Deployment

You can access the deployed application at the following URL: https://weatherapp-hws1.onrender.com

Releases

No releases published

Packages

No packages published