An open API service indexing awesome lists of open source software.

https://github.com/aslamaayesha/weather-app

Cross-platform weather app built with React Native and Expo. Fetches live weather data through the Open-Meteo API and displays it with a clean, responsive UI.
https://github.com/aslamaayesha/weather-app

expo javascript mobile-app open-meteo-api react-native wheather

Last synced: 3 months ago
JSON representation

Cross-platform weather app built with React Native and Expo. Fetches live weather data through the Open-Meteo API and displays it with a clean, responsive UI.

Awesome Lists containing this project

README

          

## Weather App 🌤️

A cross-platform weather app built with **React Native** and **Expo**, showing real-time data from the [Open-Meteo API](https://open-meteo.com/).
It supports both **Light/Dark themes** and adapts automatically to the system appearance.

---

### Features
- Search weather by city name
- Live temperature from Open-Meteo
- Light/Dark/System theme toggle
- Works on web, iOS, and Android

---

### Tech Stack
- React Native
- Expo
- TypeScript
- Open-Meteo API

---

### Run Locally
```bash
git clone git@github.com:aslamaayesha/weather-app.git
cd weather-app
npm install
npx expo start -c --tunnel