This is a web application that allows users to add cities and view the current weather in Fahrenheit for those cities. The application retrieves weather data from an external API and stores the added cities in a database. It provides a simple and intuitive interface for users to interact with.
- Add cities: Users can add cities to the weather app by entering the city name in the provided input field.
- Current weather: The app displays the current weather for each added city, including the temperature in Fahrenheit.
- Database storage: The added cities are stored in a SQLite database, allowing for easy retrieval and persistence of city data.
- Responsive design: The web app is designed to be responsive and work well on different screen sizes.
- Python
- Flask (web framework)
- SQLite (database)
- OpenWeather API (weather data)
- HTML/CSS