This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000/weather with your browser to see the result.
Open Weather API: [https://api.openweathermap.org/data/2.5/weather?appid=db491f9f0dfb55cdb86258343297df7d&units=metric], Weather Icons: "http://openweathermap.org/img/wn/ICONCODE@4x.png" Cities List: "https://countriesnow.space/api/v0.1/countries"
You can start editing the page by modifying pages/index.tsx
. The page auto-updates as you edit the file.