An open API service indexing awesome lists of open source software.

https://github.com/0x1luffy/weather-app

This is a Weather App made using HTML, CSS and JavaScript. Used Open Weather API to get the weather details of the desired place.
https://github.com/0x1luffy/weather-app

Last synced: 2 months ago
JSON representation

This is a Weather App made using HTML, CSS and JavaScript. Used Open Weather API to get the weather details of the desired place.

Awesome Lists containing this project

README

        

# ReadMe
This is a weather app using html,css and javascript.
Weather App

This is a simple weather application that provides real-time weather information based on the user's location or a searched city. It is built using HTML,
CSS and JavaScript.

Features:
- Displays the user's current weather information based on their geolocation.
- Allows the user to search for weather information in any city.
- Shows the city name, weather description, temperature, wind speed, humidity, and cloud coverage.
- Retrieves weather data from the OpenWeatherMap API.
- Uses session storage to store the user's coordinates for subsequent visits.
- Includes a responsive design for optimal viewing on different devices.

Technologies Used:
- HTML
- CSS
- JavaScript

APIs:
- OpenWeatherMap API: Used to fetch weather data based on the user's location or a searched city.

How to Use:
1. Grant location access to get weather information based on your current location.
2. Alternatively, enter a city name in the search input to fetch weather information for that city.
3. The application will display the weather details including the city name, weather description, temperature, wind speed, humidity, and cloud coverage.

Feel free to clone and modify this weather app to fit your specific needs. Contributions and feedback are always welcome!