Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deponte-designer/weather-dashboard
https://github.com/deponte-designer/weather-dashboard
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/deponte-designer/weather-dashboard
- Owner: deponte-designer
- License: mit
- Created: 2023-12-15T18:27:57.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-14T18:20:19.000Z (9 months ago)
- Last Synced: 2024-02-15T18:56:15.743Z (9 months ago)
- Language: CSS
- Homepage: https://deponte-designer.github.io/Weather-Dashboard/
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather Dashboard
## Description
The Weather Dashboard is a web application that allows users to view the weather outlook for multiple cities. Users can plan their trips accordingly by checking the current and future weather conditions for various cities. The application utilizes server-side APIs to retrieve weather data and dynamically updates the HTML and CSS to display the information.
## Overview
This project aims to provide users with a simple and intuitive tool to access weather forecasts for different cities. By leveraging the OpenWeatherMap API, users can search for cities and view detailed weather information, including temperature, humidity, wind speed, and weather conditions for both current and future dates.
## Features
- Search for a city and view current weather conditions.
- Display the city name, date, weather icon, temperature, humidity, and wind speed for the current weather.
- View a 5-day forecast for the selected city, including date, weather icon, temperature, and humidity.
- Store search history in local storage for quick access to previously searched cities.
- Retrieve geographical coordinates for a city using the OpenWeatherMap API.
- Utilize localStorage to store persistent data and ensure a seamless user experience across sessions.## Screenshot
![Weather Dashboard Screenshot](./assets/images/weather-dashboard-screenshot.png)
*The above image illustrates an example of the Weather Dashboard displaying weather information for multiple cities, including current conditions and a 5-day forecast.*## Deployment
This project is deployed and accessible at the following URLs:
- [Live Application](https://deponte-designer.github.io/Weather-Dashboard/): Visit this link to explore the Weather Dashboard.
- [GitHub Repository](https://github.com/deponte-designer/Weather-Dashboard): Visit the repository for project details, including comprehensive README.## Technologies Used
- HTML5
- CSS3
- JavaScript
- Bootstrap
- jQuery
- Day.js
- OpenWeatherMap API## Usage
To use the Weather Dashboard:
1. Enter a city name in the search input field.
2. Press the "Search" button or hit Enter to retrieve weather data for the specified city.
3. View the current weather conditions and the 5-day forecast.
4. Click on a city in the search history to quickly access its weather information.## License
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Copyright (c) 2024 [dePonte](https://github.com/deponte-designer)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.## Badges
[![HTML5](https://img.shields.io/badge/HTML5-%23E34F26?style=for-the-badge&logo=html5&logoColor=white)](#)
[![CSS3](https://img.shields.io/badge/CSS3-%231572B6?style=for-the-badge&logo=css3&logoColor=white)](#)
[![JavaScript](https://img.shields.io/badge/JavaScript-%23323330?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)](#)
[![Bootstrap](https://img.shields.io/badge/Bootstrap-%238511FA?style=for-the-badge&logo=bootstrap&logoColor=white)](#)
[![jQuery](https://img.shields.io/badge/jQuery-%230769AD?style=for-the-badge&logo=jquery&logoColor=white)](#)
[![Day.js](https://img.shields.io/badge/Day.js-%23EB3349?style=for-the-badge&logo=&logoColor=white)](#)
[![OpenWeatherMap](https://img.shields.io/badge/OpenWeatherMap-%23F79420?style=for-the-badge&logo=openweathermap&logoColor=white)](#)
![edX](https://img.shields.io/badge/edX-%2302262B.svg?style=for-the-badge&logo=edX&logoColor=white)
![Markdown](https://img.shields.io/badge/markdown-%23000000.svg?style=for-the-badge&logo=markdown&logoColor=white)
![Windows 11](https://img.shields.io/badge/Windows%2011-%230079d5.svg?style=for-the-badge&logo=Windows%2011&logoColor=white)
![Slack](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)
![Google Chrome](https://img.shields.io/badge/Google%20Chrome-4285F4?style=for-the-badge&logo=GoogleChrome&logoColor=white)
![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-0078d7.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white)
![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)
![Github Pages](https://img.shields.io/badge/github%20pages-121013?style=for-the-badge&logo=github&logoColor=white)
![GitLab](https://img.shields.io/badge/gitlab-%23181717.svg?style=for-the-badge&logo=gitlab&logoColor=white)