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.
- Clone the repository to your local machine:
https://github.com/SimonLariz/LiveWeather.git
- Create a virtual environment and activate it:
python -m venv env
source env/bin/activate
- Install the required packages listed in
requirements.txt:
pip install -r requirements.txt
- Run the application:
flask run liveWeather.py
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.
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.
This project is licensed under the MIT License.
