/nuxt-weather-app

Simple Nuxt weather app using OpenWeatherMap API & TailwindCSS

Primary LanguageVue

Simple Weather App with Nuxt 3

Here are some screenshots of the app: Front Page Weather Page

Setup

  1. Copy the .env.example file to .env and fill in the values. 2. Get an API key from OpenWeatherMap

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview