Mausam Mitra is a simple and interactive weather forecasting web application that provides real-time weather updates, temperature, humidity, and other weather details for any city using the OpenWeatherMap API.
The app features a clean, responsive interface that works smoothly across devices and browsers.
- ๐ Real-time weather updates for any location
- ๐ก๏ธ Displays temperature, humidity, wind speed, and weather conditions
- ๐ City-based search functionality
- ๐ฑ Fully responsive design for mobile and desktop
- โ๏ธ API integration with OpenWeatherMap
Frontend: HTML, CSS, JavaScript
Backend: Flask (Python) (if applicable)
API: OpenWeatherMap API
- Clone this repository:
git clone https://github.com/moulyamc/Mausam-Mitra.git cd Mausam-Mitra - (If using Flask) Install dependencies:
pip install -r requirements.txt
- Run the app:
python app.py
- Open your browser and visit:
http://localhost:5000
If this is a frontend-only project, simply open the index.html file in your browser.