This template is for a simple weather website built using Next.js and the Open-Meteo API. It provides a basic structure in the UI and provides a function to fetch weather data.
To use this template, download the zip file from Github and extract it to your desired location. Then, open the folder in your code editor (e.g., VS Code).
Then, install the dependencies by running the following command in the terminal:
npm iAfter the dependencies are installed, you can run it using the following command:
npm run dev