Skip to content

SimonLariz/LiveWeather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Weather

Live Weather Tracker is a web application built with Flask and OpenWeatherAPI that allows you to track the weather in different locations in real-time.

Live Weather Image

Installation

  1. Clone the repository to your local machine:
https://github.com/SimonLariz/LiveWeather.git
  1. Create a virtual environment and activate it:
python -m venv env
source env/bin/activate
  1. Install the required packages listed in requirements.txt:
pip install -r requirements.txt
  1. Run the application:
flask run liveWeather.py

Usage

You can use the Live Weather Tracker to check the current weather conditions and forecast for any location. Simply enter the location name or zip code and the app will display the current weather information.

To see where the site is being hosted, you can check the output of the flask run command. The output should display the URL at which the application is running, usually http://127.0.0.1:5000/. You can access the Live Weather Tracker by visiting this URL in your web browser.

Contributing

Your contributions are always welcome! Please feel free to submit a pull request or open an issue with any improvements or bug fixes you would like to make.

License

This project is licensed under the MIT License.

About

Live Weather web app, Using Flask and OpenWeatherAPI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published