A simple weather application built with Nuxt.js that displays current weather conditions using the OpenWeatherMap API.
- Current weather display
- Intuitive user interface
- Responsive design
- City search functionality
- Clone the repository:
git clone https://github.com/your-username/weather-app.git
cd weather-app
- Install dependencies:
npm install
# or
yarn install
- 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.
To start the application in development mode:
npm run dev
# or
yarn dev
The application will be available at http://localhost:3000
- Nuxt.js
- OpenWeatherMap API
- TailwindCSS