{"id":25083556,"url":"https://github.com/gautam84/weathertoday","last_synced_at":"2025-04-15T09:51:24.922Z","repository":{"id":165695758,"uuid":"641107308","full_name":"gautam84/WeatherToday","owner":"gautam84","description":"⛅ WeatherToday is a simple weather app built using the MVI architecture pattern. It uses the Android phone's gps to retrieve user's current location and then retrieves weather information using open-meteo API.","archived":false,"fork":false,"pushed_at":"2023-11-11T11:03:00.000Z","size":10997,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T19:04:46.613Z","etag":null,"topics":["android","android-app","android-application","android-datastore","android-jetpack","android-jetpack-compose","android-location","android-retrofit","kotlin","kotlin-android","kotlin-coroutines","location-services","material","material-design","material-ui","mvi-architecture","retrofit","retrofit2"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gautam84.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-05-15T19:46:51.000Z","updated_at":"2024-03-27T09:31:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"b9f6fae6-7e8e-4d84-a0cd-3e39a2fa7585","html_url":"https://github.com/gautam84/WeatherToday","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gautam84%2FWeatherToday","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gautam84%2FWeatherToday/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gautam84%2FWeatherToday/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gautam84%2FWeatherToday/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gautam84","download_url":"https://codeload.github.com/gautam84/WeatherToday/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249048712,"owners_count":21204305,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","android-app","android-application","android-datastore","android-jetpack","android-jetpack-compose","android-location","android-retrofit","kotlin","kotlin-android","kotlin-coroutines","location-services","material","material-design","material-ui","mvi-architecture","retrofit","retrofit2"],"created_at":"2025-02-07T06:20:07.130Z","updated_at":"2025-04-15T09:51:24.901Z","avatar_url":"https://github.com/gautam84.png","language":"Kotlin","funding_links":["https://www.buymeacoffee.com/gautam.hz"],"categories":[],"sub_categories":[],"readme":"![GitHub Cards Preview](https://github.com/gautam84/WeatherToday/blob/master/art/WeatherTodayMockUp.png?raw=true)\n\n# ⛅ WeatherToday\nWeatherToday is a simple weather app built using the MVI architecture pattern. It uses the Android phone's gps to retrieve user's current location and then retrieves weather information using open-meteo API.\n\n## Screenshots 📱 \nMain | Settings \n--- | --- \n![](https://github.com/gautam84/WeatherToday/blob/master/screenshots/Main.jpeg) | ![](https://github.com/gautam84/WeatherToday/blob/master/screenshots/Settings.jpeg)\n\n## Build With 🛠\n\n- [Kotlin](https://kotlinlang.org/) - First class and official programming language for Android\n  development.\n- [Jetpack Compose](https://developer.android.com/jetpack/compose) - Jetpack Compose is Android’s\n  modern toolkit for building native UI.\n- [Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html) - A coroutine is a\n  concurrency design pattern that you can use on Android to simplify code that executes\n  asynchronously.\n- [Flow](https://kotlinlang.org/docs/reference/coroutines/flow.html) - A flow is an asynchronous\n  version of a Sequence, a type of collection whose values are lazily produced.\n- [Android Architecture Components](https://developer.android.com/topic/libraries/architecture) -\n  Collection of libraries that help you design robust, testable, and maintainable apps.\n  - [Stateflow](https://developer.android.com/kotlin/flow/stateflow-and-sharedflow) - StateFlow is a\n    state-holder observable flow that emits the current and new state updates to its collectors.\n  - [Flow](https://kotlinlang.org/docs/reference/coroutines/flow.html) - A flow is an asynchronous\n    version of a Sequence, a type of collection whose values are lazily produced.\n  - [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) - Stores\n    UI-related data that isn\"t destroyed on UI changes.\n  - [Jetpack Compose Navigation](https://developer.android.com/jetpack/compose/navigation) - The\n    Navigation component provides support for Jetpack Compose applications.\n  - [DataStore](https://developer.android.com/topic/libraries/architecture/datastore) - Jetpack\n    DataStore is a data storage solution that allows you to store key-value pairs or typed objects\n    with protocol buffers. DataStore uses Kotlin coroutines and Flow to store data asynchronously,\n    consistently, and transactionally.\n- [Dagger-Hilt](https://developer.android.com/training/dependency-injection/hilt-android) - Hilt is a dependency injection library for Android that reduces the     boilerplate of doing manual dependency injection in your project. Doing manual dependency injection requires you to construct every class and its                 dependencies by hand, and to use containers to reuse and manage dependencies.\n- [Retrofit](https://square.github.io/retrofit/) -  Retrofit is type-safe REST client for Android and Java which aims to make it easier to consume RESTful web services. Retrofit is type-safe REST client for Android and Java which aims to make it easier to consume RESTful web services.\n- [Material Components for Android](https://github.com/material-components/material-components-android)\n  - Modular and customizable Material Design UI components for Android.\n- [Figma](https://figma.com/) - Figma is a vector graphics editor and prototyping tool which is\n  primarily web-based.\n\n  \n## Back-end 🛰️\nThe app uses retrofit to retrieve data from [Open-Meteo](https://open-meteo.com/). For more information, read the [documentation](https://open-meteo.com/en/docs).\n\n\n## Architecture 🗼\n\nThis app uses [***MVI (Model View\nIntent)***](https://medium.com/swlh/mvi-architecture-with-android-fcde123e3c4a) architecture.\n\n## Build-tool 🧰\nYou need to have [Android Studio Beta 3 or above](https://developer.android.com/studio/preview) to build this project.\n\n## Contact 📩\n\nWanna reach out to me? DM me at 👇\n\nDrop a mail to:- gautamhazarika01@gmail.com\n\n## Donation 💰\n\nIf this project help you reduce time to develop, you can give me a cup of coffee :)\n\n\u003ca href=\"https://www.buymeacoffee.com/gautam.hz\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png\" alt=\"Buy Me A Coffee\" style=\"height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;\" \u003e\u003c/a\u003e\n\n\n## License 🔖\n\n```\n\nMIT License\n\nCopyright (c) 2023 Gautam Hazarika\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgautam84%2Fweathertoday","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgautam84%2Fweathertoday","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgautam84%2Fweathertoday/lists"}