Skip to content

Weathering with you is a user-friendly web application that provides current weather information for locations worldwide. Powered by the openweather.com API, users can quickly check the temperature, weather conditions, humidity, wind speed, and more for any city or region.

License

Notifications You must be signed in to change notification settings

modhack2003/weathering_with_you

Repository files navigation

WeatherApp

This is a simple weather application that allows users to check the current weather conditions of a location. The app uses OpenWeatherMap API to fetch weather data.

Netlify Status Website

Features

  • Current Weather: Display the current temperature, weather conditions, and other relevant information for a specified location.
  • Search: Users can search for weather information by city name.
  • Responsive Design: The app is designed to work well on both desktop and mobile devices.

Installation

To run this application locally, follow these steps:

  1. Clone this repository:

    git clone https://github.com/modhack2003/WeatherApp.git
  2. Navigate into the project directory:

    cd WeatherApp
  3. Install dependencies:

    npm install
  4. Obtain an API key from OpenWeatherMap and replace <YOUR_API_KEY> in src/config.js with your API key.

  5. Start the application:

    npm start
  6. Open your web browser and visit http://localhost:3000 to view the WeatherApp.

Technologies Used

  • ReactJS
  • HTML/CSS
  • JavaScript
  • OpenWeatherMap API

Screenshots

WeatherApp Screenshot

Contributing

Contributions are welcome! Please open an issue or pull request for any new features, changes, or bug fixes.

License

This project is licensed under the MIT License.

About

Weathering with you is a user-friendly web application that provides current weather information for locations worldwide. Powered by the openweather.com API, users can quickly check the temperature, weather conditions, humidity, wind speed, and more for any city or region.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published