/feather

Code that allows users to check the current weather for a specific city. It leverages the OpenWeatherMap API to fetch real-time weather data and display it in a user-friendly interface.

Primary LanguageJavaScript

feather

Weather App

A simple weather app built with HTML, CSS, and JavaScript that allows users to check the current weather for a city.

Features

  • Enter the name of a city.
  • Click the "Get Weather" button to fetch and display current weather information for the entered city.
  • Displays the city name, temperature, and weather description.

Usage

  1. Clone this repository to your local machine.
  2. Open the index.html file in a web browser.
  3. Enter the name of the city you want to check the weather for.
  4. Click the "Get Weather" button.

Screenshots

Screenshot

Getting an API Key

This app uses the OpenWeatherMap API to fetch weather data. You will need to sign up for a free API key at OpenWeatherMap and replace 'YOUR_API_KEY' in the script.js file with your actual API key.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Author

Pratik

Feel free to customize this README with additional information or instructions as needed.