/WeatherApp

Weather app (Vue.js + SASS)

Primary LanguageVue

Weather App

Description

This is a weather application built with Vue.js and Sass that uses the WeatherAPI to provide weather information based on the user's input location.

Prerequisites

Make sure you have Node.js installed on your machine.

Installation

  1. Clone the repository:

    git clone https://github.com/k4ik/WeatherApp.git
  2. Navigate to the project directory:

    cd WeatherApp
  3. Install the dependencies:

    npm install

Usage

  1. Start the development server:
    npm run serve
  2. Open your web browser and go to:
    http://localhost:5173/
  3. Enter a city name in the search field and press Enter to see the weather information.

Contribution

Contributions are welcome! Feel free to submit pull requests or open issues.

License

This project is licensed under the MIT License.