{"id":24532367,"url":"https://github.com/tommus/aweather-android","last_synced_at":"2026-05-16T13:31:53.751Z","repository":{"id":190402404,"uuid":"612766459","full_name":"tommus/aweather-android","owner":"tommus","description":"Weather forecast application for Android platform.","archived":false,"fork":false,"pushed_at":"2023-08-24T12:06:35.000Z","size":2426,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-08T08:46:49.287Z","etag":null,"topics":["android","flow","kotlin","open-weather","room","rxjava3"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tommus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-03-11T22:51:56.000Z","updated_at":"2024-09-24T13:22:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"73a8404a-4d52-4818-afc2-59ea1d1bec4b","html_url":"https://github.com/tommus/aweather-android","commit_stats":null,"previous_names":["tommus/aweather-android"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/tommus/aweather-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tommus%2Faweather-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tommus%2Faweather-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tommus%2Faweather-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tommus%2Faweather-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tommus","download_url":"https://codeload.github.com/tommus/aweather-android/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tommus%2Faweather-android/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33104428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","flow","kotlin","open-weather","room","rxjava3"],"created_at":"2025-01-22T09:18:52.322Z","updated_at":"2026-05-16T13:31:53.746Z","avatar_url":"https://github.com/tommus.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aweather :sunny: :cloud:\n\nA simple Android mobile client that utilizes the Open Weather API as a source of\nweather forecasts.\n\n## Compatibility :iphone:\n\nThis application is designed for Android 6.0 (Marshmallow) and newer versions.\n\n## Project Modules :file_folder:\n\nThis Android project is structured into the following modules:\n\n1. **application** - Generates the Aweather executable application.\n2. **base:android** - Implements utility features to enhance Android app\n   development.\n3. **base:language** - Provides additional features for the Kotlin programming\n   language.\n4. **base:mvvm** - Implements base classes for the MVVM architectural pattern\n   and data binding.\n5. **common:network** - Contains shared networking features like URL\n   interception, SSL handling, and more.\n6. **common:persistence** - Prepared for cache, storage, or database shared\n   functionalities (currently empty).\n7. **configuration** - Parses `gradle.properties` and provides injectable\n   configuration.\n8. **feature:location** - Implements Open Weather - Geocoding integration layer.\n9. **feature:recent** - Implements simple search history functionality.\n10. **feature:weather** - Implements Open Weather - Current Weather integration\n    layer.\n11. **resources** - Contains all reusable Android resources.\n\n## Open Weather API :earth_americas:\n\nThis application integrates with the Open Weather API. To function correctly,\nyou need to generate an Open Weather API key for client authentication.\n\nFor more details, refer to the [How to Start](https://openweathermap.org/appid)\nguide.\n\nAfter generating the API key, navigate to the `configuration` module and fill in\nthe `gradle.properties` as demonstrated in `gradle.properties.sample`.\n\n## Build Types :hammer:\n\nTwo build types are available:\n\n- `debug` - Enables all development tools.\n- `release` - Disables all development tools.\n\n## Documentation and Configuration :page_facing_up:\n\nCheck the `settings` directory for additional information, including:\n\n- `distribute` - Contains Firebase App Distribution configuration.\n- `keystore` - Signing configuration details.\n\n## Building for Production :construction_worker:\n\nBefore building for production:\n\n- Change the build type to `release`.\n\nThe `release` build type uses production configuration files that introduce\ncrucial changes:\n\n- Define proper server connection details (URIs, etc.).\n- Disable development tools.\n- Configure network request log level.\n\n## Gradle Properties :gear:\n\nYou can configure several options in the `configuration\\gradle.properties` file:\n\nBuild type server-related options:\n\n- `OpenWeatherApiUrl\u003cbuild-type\u003e` - Configure server URI.\n- `OpenWeatherApiId\u003cbuild-type\u003e` - Configure API key.\n\n\u003e Note: Find the `gradle.properties.sample` file in application modules. For\n\u003e default values, copy and rename this file to `gradle.properties`.\n\nAfter preparing the `gradle.properties` file, sync your Gradle build to generate\nthe required `BuildConfig` class with constant variables.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftommus%2Faweather-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftommus%2Faweather-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftommus%2Faweather-android/lists"}