Skip to content

Byte-Buddies/ByteWeather

Repository files navigation

Weather App 🌦️

This is a simple weather app built using JavaScript that fetches and displays the current weather information of a user's location. The app makes use of the OpenWeatherMap API to fetch the weather data, and the browser's Geolocation API to get the user's current coordinates.

Table of Contents

Features

  • Fetches current weather information of the user's location
  • Displays weather data such as temperature, humidity, and weather conditions
  • User-friendly interface

Technologies Used

Live Demo

When you open the app, it will ask for your location permission. Click on "Allow" to get your current location. The app will fetch the current weather information of your location from the OpenWeatherMap API and display it on the page.

Contributing

Contributions are welcome! If you have any suggestions or find any bugs, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.