To run this project locally, follow these steps:
- Clone the Repository:
git clone https://github.com/your-username/weather-app.git - Navigate to the Project Directory:
cd weather-app - Open
index.html: Openindex.htmlin your preferred web browser.
- HTML: Markup language for the structure of the application.
- CSS: Styling language to make the app visually appealing.
- JavaScript: Programming language to handle functionality and API interactions.
This application uses the OpenWeatherMap API to fetch weather data. You will need an API key to use the app.
- Sign up on OpenWeatherMap to get your API key.
- Replace
YOUR_API_KEYinscript.jswith your actual API key.
- Enter a city name in the search bar.
- Click the "Get Weather" button to retrieve weather information.
- View the current weather and forecast details.
Contributions are welcome! If you would like to contribute to this project, please follow these steps:
- Fork the Repository: Click the "Fork" button at the top-right of this page.
- Create a Branch:
git checkout -b feature-branch - Make Changes: Implement your changes.
- Commit Your Changes:
git commit -am 'Add new feature' - Push to the Branch:
git push origin feature-branch - Create a Pull Request: Go to the original repository and create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions or feedback, please contact me at [email protected].
Feel free to modify the placeholders and sections to better fit your project and personal preferences.
- HTML
- CSS
- JavaScript