Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 549 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 549 Bytes

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Clone the repository, open it in a code editor and run

In the root directory create a .env file and add your API Key from https://openweathermap.org/ NEXT_PUBLIC_WEATHER_KEY=

yarn install

then run the development server:

yarn run dev

Open http://localhost:3000 with your browser to see the result.