Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 492 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 492 Bytes

Weather widget

Written in Nuxt3.

Trying out

Install the dependencies:

npm install

Make a copy of the .env.example file and rename it to .env:

cp .env.example .env

Edit the .env file to put the API key from openweathermap.org into the value of the API_KEY variable. You can use the 2f2175cde76061f6b76ede759837e776 key if you don't have the account.

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

npm run dev