Skip to content

BillyTziv/vue3-weather-widget

Repository files navigation

Weather Widget

A simple weather widget in Vue3 using OpenWeatherMap,

Overview

The weather widget comprises three key elements:

  1. Current Weather Information: Provides real-time updates on the current weather conditions.
  2. Forecast Weather Information: Offers a comprehensive forecast for up to 7 days ahead, accessible through a user-friendly date picker.
  3. Max Temperature Weekly Graph: Presents a graphical representation of the maximum temperatures expected over the course of the week.

Demo

Here is a full overview of the widget. Demo Image

Installation

To install and set up the weather widget in your Vue 3 project using Pinia and Vite, follow these steps:

  1. Clone the repository and navigate to the project's root directory:
git clone <repository_url>
cd weather-app
  1. Install the project dependencies using npm or yarn:
npm install

or

yarn install
  1. Run the development server:
npm run dev
  1. Open your browser and visit the link npm run dev provide to see the weather widget in action.

API Documentation

API Documentation: https://openweathermap.org/api/one-call-api.

Licence

This project is licensed under the Apache License, Version 2.0.

For the full terms and conditions, please refer to the LICENSE file.

How to apply the Apache License to your work

To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.

Contact Information

For any questions or inquiries, feel free to reach out to me at vtzivaras[at]gmail.com. I'll be happy to assist you!

About

A simple weather widget in Vue3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published