Skip to content

MShazim/Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

This is a simple Weather App created using HTML, CSS, and JavaScript. It allows users to check the current weather conditions for a specific location.

Link to the Website: Weather-App

Features

  • Current Weather: Get real-time information about the weather conditions, including temperature, humidity, wind speed, and weather status.
  • Location Search: Search for weather information by entering a location name.
  • Responsive Design: The app is responsive and works well on different devices, including desktops, tablets, and mobile phones.

Screenshots

Screenshot 1

Getting Started

To get started with the Weather App, follow these steps:

  1. Clone the repository: git clone https://github.com/MShazim/weather-app.git
  2. Open the project directory.
  3. Launch the app by opening the index.html file in a web browser.

Usage

  • Enter a location name in the search bar and press Enter or click the search button.
  • The current weather information will be displayed, including temperature, humidity, wind speed, and weather status.
  • To search for another location, simply enter a new location in the search bar.

Technologies Used

  • HTML: Used for the structure and layout of the app.
  • CSS: Used for styling the app and making it visually appealing.
  • JavaScript: Used for fetching weather data from an API and dynamically updating the UI.

APIs Used

This Weather App utilizes the following APIs:

  • OpenWeatherMap API: Used to fetch weather data for a specific location. You will need to sign up on the OpenWeatherMap website to obtain an API key.

Configuration

To configure the app, you need to provide an API key from OpenWeatherMap. Follow these steps:

  1. Sign up on the OpenWeatherMap website to obtain an API key.
  2. Open the script.js file.
  3. Replace 'YOUR_API_KEY' with your actual API key obtained from OpenWeatherMap.
const apiKey = 'YOUR_API_KEY';

Contributing

Contributions are welcome! If you find any bugs or want to enhance the Weather App, please feel free to open issues or submit pull requests.

License

This project is licensed under the MIT License.

Acknowledgements

About

Simple Weather App created using HTML, CSS, and JavaScript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published