Skip to content

boysimon10/weather-nuxt

Repository files navigation

Weather App 🌤️

A simple weather application built with Nuxt.js that displays current weather conditions using the OpenWeatherMap API.

App Preview

✨ Features

  • Current weather display
  • Intuitive user interface
  • Responsive design
  • City search functionality

🚀 Installation

  1. Clone the repository:
git clone https://github.com/your-username/weather-app.git
cd weather-app
  1. Install dependencies:
npm install
# or
yarn install
  1. Create a .env file in the root directory and add your OpenWeatherMap API key:
NUXT_PUBLIC_OPENWEATHER_API_KEY=your_api_key_here

Note: To get an API key, sign up at OpenWeatherMap and generate a key in your dashboard.

🎮 Usage

To start the application in development mode:

npm run dev
# or
yarn dev

The application will be available at http://localhost:3000

🛠️ Technologies Used

  • Nuxt.js
  • OpenWeatherMap API
  • TailwindCSS

About

🌥️ Simple Weather App to practice Nuxt

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published