This is a Next.js project bootstrapped with create-next-app
.
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.