/weather-app

Nuxt3 app with composable http request

Primary LanguageVue


Nuxt Typescript

💻 Weather APP (NUXT3)

Get the current weather for city. This is a little nuxt3 application with Tailwind and HTTP API Request.

🚀 Setup

Configuration with docker (Recomendado)

Configuration without docker

Requirements:

  • NodeJS@14.17.0

Run

  • Install dependencies:

    npm install
  • Run app:

    npm run dev