After a long time without coding, I decided to come back, never to leave again. This project marks my return to the world of programming, and I am excited to share it with you.
The Simple Weather App is a straightforward application designed to enhance one's ability to use external APIs. It fetches weather data from a third-party API and displays it in a user-friendly interface.
- HTML: For structuring the web page.
- CSS: For styling the application.
- JavaScript: For adding interactivity and making API calls.
- OpenWeatherMap API: To fetch real-time weather data.
- Fetches current weather data for any city.
- Displays temperature, humidity, and weather conditions.
- User-friendly interface.
- Clone the repository:
git clone https://github.com/NJEI03/simple_weather_app.git
- Navigate to the project directory:
cd simple_weather_app - Open
index.htmlin your web browser.
- Enter the name of the city in the input field.
- Click the "Get Weather" button.
- View the current weather data for the specified city.
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License.
- OpenWeatherMap for providing the weather data API.
Thank you for checking out my project. Happy coding!