Skip to content

A simple web app that enables the user to search for any city in the world and add it to know the weather in fahrenheit, you can add as many cities as you want.

Notifications You must be signed in to change notification settings

omaresam0/HowIsTheWeather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Web App

alt text

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.

Features

  • 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.

Technologies Used

  • Python
  • Flask (web framework)
  • SQLite (database)
  • OpenWeather API (weather data)
  • HTML/CSS

About

A simple web app that enables the user to search for any city in the world and add it to know the weather in fahrenheit, you can add as many cities as you want.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published