This project is a weather app bootstrapped with create-next-app
.
- Fetch weather data from OpenWeather API
- Convert temperature from Celsius to Fahrenheit and vice versa
git clone https://github.com/sadmann7/weather.git
yarn install
Create a .env
file in the root directory and add the environment variables as shown in the .env.example
file.
yarn run dev
The application will be available at http://localhost:3000
.
The easiest way to deploy the app is to use the Vercel Platform from the creators of Next.js.
Check out the Next.js deployment documentation for more details.