Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 391 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 391 Bytes

Django Weather Project

This project is a simple Django web application that provides weather information and an image of a city using the OpenWeatherMap API and Google Custom Search API.

Features

  • Displays current weather information for a specified city.
  • Fetches and displays an image of the city from Google Custom Search.
  • Handles errors gracefully with informative messages.