This is a real-time weather provider app built with Next.js 14 and Tailwind CSS. It uses the OpenWeatherMap API to fetch weather data and provides a user-friendly interface to view weather updates worldwide.
- Real-time weather updates
- User-friendly interface
- Built with Next.js for server-side rendering
- Styled with Tailwind CSS for rapid development
-
Clone the repository:
git clone https://github.com/0xNILADRI/weatherapp.git
-
Install dependencies:
cd weatherapp npm install
-
Create a
.env.local
file in the root directory and add your OpenWeatherMap API key:NEXT_PUBLIC_OPENWEATHERMAP_API_KEY=your-api-key
-
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser to view the app.
- Enter a city name or location to view the current weather conditions.
- Explore the app to view weather updates worldwide.
Contributions are welcome! Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.