Skip to content

This is a real-time weather app built with Next.js 14 and Tailwind CSS, utilizing the OpenWeatherMap API to fetch and display global weather updates with a user-friendly interface.

License

Notifications You must be signed in to change notification settings

0xNILADRI/weatherapp

Repository files navigation

Real-time Weather Provider App

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.

Features

  • Real-time weather updates
  • User-friendly interface
  • Built with Next.js for server-side rendering
  • Styled with Tailwind CSS for rapid development

Installation

  1. Clone the repository:

    git clone https://github.com/0xNILADRI/weatherapp.git
  2. Install dependencies:

    cd weatherapp
    npm install
  3. Create a .env.local file in the root directory and add your OpenWeatherMap API key:

    NEXT_PUBLIC_OPENWEATHERMAP_API_KEY=your-api-key
  4. Run the development server:

    npm run dev
  5. Open http://localhost:3000 in your browser to view the app.

Usage

  • Enter a city name or location to view the current weather conditions.
  • Explore the app to view weather updates worldwide.

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

About

This is a real-time weather app built with Next.js 14 and Tailwind CSS, utilizing the OpenWeatherMap API to fetch and display global weather updates with a user-friendly interface.

Resources

License

Stars

Watchers

Forks