aaqib605 / weather-app

This React weather app integrates the OpenWeatherMap API and GeoDB API, offering real-time updates and forecasts for any location worldwide. With intuitive autocomplete and responsive design, it provides a seamless weather experience on any device.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather App (React)

This weather app is built using React for the frontend, seamlessly integrates the OpenWeatherMap API and GeoDB API.

Users can effortlessly access real-time weather updates and detailed forecasts for any location worldwide.

Featuring intuitive location autocomplete, responsive design, this application offers a streamlined and immersive weather experience for users on any device.

Usage

Create .env in you root and paste the following:

VITE_RAPID_API_KEY = // add your GeoDB Cities API_KEY
VITE_WEATHER_API_KEY = // add your OpenWeatherMap API_KEY

Install dependencies

npm install

Run development server

npm run dev

About

This React weather app integrates the OpenWeatherMap API and GeoDB API, offering real-time updates and forecasts for any location worldwide. With intuitive autocomplete and responsive design, it provides a seamless weather experience on any device.


Languages

Language:JavaScript 76.4%Language:CSS 20.5%Language:HTML 3.0%