Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/efimj/mobileweather
Open Weather is a simple Android app built with Kotlin and Jetpack Compose that provides real-time weather information
https://github.com/efimj/mobileweather
android-app jetpack-android jetpack-compose weather-app weather-forecast
Last synced: 3 months ago
JSON representation
Open Weather is a simple Android app built with Kotlin and Jetpack Compose that provides real-time weather information
- Host: GitHub
- URL: https://github.com/efimj/mobileweather
- Owner: Efimj
- Created: 2024-08-23T17:01:09.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-10-15T17:24:02.000Z (3 months ago)
- Last Synced: 2024-10-17T00:33:27.337Z (3 months ago)
- Topics: android-app, jetpack-android, jetpack-compose, weather-app, weather-forecast
- Language: Kotlin
- Homepage:
- Size: 13.5 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Open Weather
## Overview
Open Weather is a simple and intuitive Android application that provides users with real-time weather information, including a 7-day forecast, temperature, humidity, UV index, sunrise and sunset times, and more. Users can select their location or allow the app to detect their location via GPS. The app also includes customizable widgets for easy access to weather updates directly on the home screen.## Features
- 7-Day Weather Forecast: Stay updated with a detailed forecast for the upcoming week.
- Custom Location: Select a location or use the device's GPS to automatically detect your position.
- Real-Time Temperature: Get the current temperature for your selected location.
- Weather Widgets: Access weather updates right from your home screen.
- Humidity: View current humidity levels.
- Sunrise and Sunset: Check the exact times for sunrise and sunset.
- UV Index: Stay safe with UV index information.## API Usage
This app uses the Open-Meteo API for fetching location-based weather data. The Open-Meteo API provides accurate weather data for free, without the need for an API key. This ensures a seamless experience for users without any complex setup.https://open-meteo.com/
### Key Points:
- Location Data: The app retrieves the device's GPS coordinates and uses them to request location-specific weather information.
- Weather Forecast: Weather information and forecasts are fetched via the Open-Meteo API based on the provided coordinates.