rohitvpatil0810 / weather-app

It's weather web app to get real-time weather information of a location. This app is made using Next.js, TailwindCSS. Information is being fetched from weatherAPI.com .

Home Page:https://weather-app-ashy-two.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather Web App

This is a weather web application built with Next.js and TailwindCSS. It provides real-time weather information for a specified location. The weather data is fetched from weatherAPI.com.

Features

  • Get real-time weather information
  • User-friendly interface built with TailwindCSS
  • Powered by Next.js for server-side rendering and fast performance

Installation

  1. Clone the repository:

    git clone https://github.com/rohitvpatil0810/weather-app.git
    cd weather-app
  2. Install dependencies:

    npm install
  3. Set up environment variables:

    • Copy the .env.example file to .env.local:
      cp .env.example .env.local
    • Get your API key from weatherAPI.com and add it to the .env.local file.

Usage

  1. Start the development server:

    npm run dev
  2. Open your browser and navigate to http://localhost:3000.

Technologies Used

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any changes.

Acknowledgements

About

It's weather web app to get real-time weather information of a location. This app is made using Next.js, TailwindCSS. Information is being fetched from weatherAPI.com .

https://weather-app-ashy-two.vercel.app/


Languages

Language:JavaScript 96.0%Language:CSS 4.0%