Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.1 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.1 KB

Flask Weather App 🌤️

A simple Flask web application to display current weather information for added cities using the OpenWeatherMap API.

Features

  • Add cities to a list and retrieve their current weather.
  • Displays temperature, weather description, and an icon representing the weather.
  • Delete cities from the list.

Technologies Used

  • Python
  • Flask (for web framework)
  • SQLAlchemy (for database management)
  • SQLite (for local database)
  • HTML, CSS (with Bulma for styling)

Getting Started

Prerequisites

Setup Instructions

  1. Clone the repository and navigate into it.

  2. Create a virtual environment, activate it, and install dependencies.

  3. Add your OpenWeatherMap API key in app.py.

  4. Initialize the database.

  5. Run the application.

  6. Access the app at http://127.0.0.1:5000.

image

Note

This project was developed as a personal practice to learn and demonstrate Flask web development skills.