Skip to content

NJEI03/simple_weather_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Weather App

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.

Overview

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.

Technologies Used

  • 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.

Features

  • Fetches current weather data for any city.
  • Displays temperature, humidity, and weather conditions.
  • User-friendly interface.

Installation

  1. Clone the repository:
    git clone https://github.com/NJEI03/simple_weather_app.git
  2. Navigate to the project directory:
    cd simple_weather_app
  3. Open index.html in your web browser.

Usage

  1. Enter the name of the city in the input field.
  2. Click the "Get Weather" button.
  3. View the current weather data for the specified city.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the MIT License.

Acknowledgements

Thank you for checking out my project. Happy coding!

About

Just a simple weather app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors