A simple JavaScript application to check the weather of different cities.
- Weather Query: Enter the name of the desired city and get information about the current weather.
- Weather Details: Provides details such as temperature, humidity, wind speed, etc.
-
Clone this repository:
git clone https://github.com/brunaszarin/JavaScript-Project-Weather-App.git
-
Navigate to the project directory:
cd JavaScript-Project-Weather-App
-
Open the
index.html
file in your browser.
- In the application interface, type the name of the city you want to check the weather for and press Enter.
- You will see information about the current weather and the forecast for the day.
Contributions are welcome! Feel free to open an Issue to discuss changes you would like to propose or submit a Pull Request.
- Fork this repository.
- Create a branch with your feature (
git checkout -b feature/MyFeature
) - Commit your changes (
git commit -am 'Add MyFeature'
) - Push to the branch (
git push origin feature/MyFeature
) - Open a Pull Request.
This project is solely for practicing my skills in JavaScript and web development.
If you have any questions or suggestions, feel free to contact me at [email protected].