ksv1112 / Weather-App-Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather-Forecast Application

Description

This Django web application allows users to compare current weather and 5-day forecasts for two cities using the OpenWeather API.


Features

  • Fetches current weather data including temperature and description for each city.
  • Retrieves a 5-day forecast (daily minimum and maximum temperatures, weather description) using latitude and longitude.
  • Allows users to input two cities for comparison.
  • Displays weather information and forecasts in a user-friendly format.

Technologies Used

  • Django
  • HTML
  • CSS
  • SQLite (default Django database)
  • OpenWeatherMap API

Obtain an API key from OpenWeatherMap:

Contributing

  1. Fork the repository

  2. Create your feature branch

    git checkout -b feature/AmazingFeature
  3. Commit your changes

    git commit -m 'Add some AmazingFeature'
  4. Push to the branch

    git push origin feature/AmazingFeature
  5. Open a Pull Request


Acknowledgements

This project is built using the following technologies:


Contributor


About


Languages

Language:Python 75.6%Language:HTML 16.3%Language:CSS 8.1%