Mausam is a sleek and user-friendly weather application that provides accurate and up-to-date weather information for any location around the globe. With Mausam, you can get current weather conditions, hourly forecasts, and a 7-day weather outlook.
- Current weather conditions
- Hourly and 7-day forecasts
- Beautiful and intuitive user interface
- Location search functionality
- Weather alerts and notifications
- Support for multiple units (Celsius, Fahrenheit)
- A modern web browser
- API key from a weather service provider (e.g., OpenWeatherMap, WeatherAPI)
-
Clone the repository:
git clone https://github.com/your-username/mausam.git cd mausam
-
Open the
index.html
file in your web browser to view the application. -
Create a
config.js
file in the root directory and add your API key:// config.js const API_KEY = 'your_api_key_here';
- Open the application in your browser by opening
index.html
. - Enter the desired location in the search bar.
- View the current weather, hourly forecast, and 7-day forecast for the specified location.
- Toggle between Celsius and Fahrenheit using the settings menu.
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/your-feature-name
-
Make your changes.
-
Commit your changes:
git commit -m "Add your commit message"
-
Push to your branch:
git push origin feature/your-feature-name
-
Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.