Skip to content

codesdilkhush/weather_app

Repository files navigation

Weather App 🌤️

A simple React Native app built with Expo to fetch current weather data using the device's location.

Features

  • Fetch weather by current location (latitude & longitude).
  • Shows temperature, min/max, humidity, pressure, wind speed, sunrise/sunset.
  • Displays a weather icon according to the current conditions.
  • Includes retry if location permission is denied.

Install And Run

  1. Clone the repository
git clone https://github.com/dilkhush9060/weather_app.git
cd weather_app
  1. Install Dependencies
bun install
  1. Add Env file .env
EXPO_PUBLIC_OPEN_WEATHER_API_KEY="your api key from open weather"
  1. Run App
bun start

Screenshots

Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors