{"id":13773346,"url":"https://github.com/ricknout/rugby-ranker","last_synced_at":"2025-04-06T10:11:52.824Z","repository":{"id":55939938,"uuid":"150327538","full_name":"ricknout/rugby-ranker","owner":"ricknout","description":"An Android app for viewing and predicting the latest World Rugby rankings 🏉","archived":false,"fork":false,"pushed_at":"2024-01-31T14:00:25.000Z","size":121043,"stargazers_count":293,"open_issues_count":6,"forks_count":49,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-03-30T08:11:19.468Z","etag":null,"topics":["android","kotlin","prediction","rugby"],"latest_commit_sha":null,"homepage":"https://play.google.com/store/apps/details?id=com.ricknout.rugbyranker","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ricknout.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2018-09-25T20:48:22.000Z","updated_at":"2025-02-27T01:04:45.000Z","dependencies_parsed_at":"2023-09-25T12:49:26.547Z","dependency_job_id":"f9418744-ef52-404d-870d-615823308312","html_url":"https://github.com/ricknout/rugby-ranker","commit_stats":null,"previous_names":[],"tags_count":85,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricknout%2Frugby-ranker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricknout%2Frugby-ranker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricknout%2Frugby-ranker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricknout%2Frugby-ranker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ricknout","download_url":"https://codeload.github.com/ricknout/rugby-ranker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247464222,"owners_count":20942970,"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","kotlin","prediction","rugby"],"created_at":"2024-08-03T17:01:14.633Z","updated_at":"2025-04-06T10:11:52.797Z","avatar_url":"https://github.com/ricknout.png","language":"Kotlin","funding_links":[],"categories":[":art: Pattern"],"sub_categories":["MVVM"],"readme":"# Rugby Ranker 🏉\n\n[![GitHub Actions](https://github.com/ricknout/rugby-ranker/workflows/workflow/badge.svg)](.github/workflows/workflow.yml)\n[![ktlint](https://img.shields.io/badge/code%20style-%E2%9D%A4-FF4081.svg)](https://ktlint.github.io/)\n\nRugby Ranker is a **work-in-progress** Android app for viewing and predicting the latest World Rugby rankings.\n\nIt displays the latest international rankings, live scores, fixtures, results and news/videos. It makes use of the [World Rugby 'Points Exchange' system](https://www.world.rugby/rankings/explanation) in order to predict changes in team positions and points.\n\n\u003cbr\u003e\n\n| Rankings                                      | Drawer                                       | Predict                                          | Predictions                               |\n|-----------------------------------------------|----------------------------------------------|--------------------------------------------------|-------------------------------------------|\n| ![Rankings](art/screenshots/screenshot-1.png) | ![Predict](art/screenshots/screenshot-2.png) | ![Predictions](art/screenshots/screenshot-3.png) | ![Live](art/screenshots/screenshot-4.png) |\n\n| Matches                                       | Live                                         | News                                      | Info                                      |\n|-----------------------------------------------|----------------------------------------------|-------------------------------------------|-------------------------------------------|\n| ![Fixtures](art/screenshots/screenshot-5.png) | ![Results](art/screenshots/screenshot-6.png) | ![News](art/screenshots/screenshot-7.png) | ![Info](art/screenshots/screenshot-8.png) |\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://play.google.com/store/apps/details?id=com.ricknout.rugbyranker\" target=\"_blank\"\u003e\n    \u003cimg alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' width=\"320\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Android development\n\nRugby Ranker attempts to make use of the latest Android libraries and best practices:\n* Entirely written in [Kotlin](https://kotlinlang.org/) (including [Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html) and [Flow](https://kotlinlang.org/docs/reference/coroutines/flow.html)) with [Spotless](https://github.com/diffplug/spotless) for code style\n* Makes use of [Android Jetpack](https://developer.android.com/jetpack/):\n  * [Architecture Components](https://developer.android.com/jetpack/arch/) including **ViewModel**, **LiveData**, **Room**, **Paging**, **Navigation**, **WorkManager** and **DataStore**\n  * [ConstraintLayout](https://developer.android.com/reference/androidx/constraintlayout/widget/ConstraintLayout), [ViewPager2](https://developer.android.com/reference/androidx/viewpager2/widget/ViewPager2), [View Binding](https://developer.android.com/topic/libraries/view-binding) and more for layouts and UI\n  * [Emoji2](https://developer.android.com/jetpack/androidx/releases/emoji2) for emoji compatibility on older platforms\n  * [Android KTX](https://developer.android.com/kotlin/ktx) for more fluent use of Android APIs\n* [Retrofit](https://square.github.io/retrofit/)/[OkHttp](https://square.github.io/okhttp/) for networking\n* [Coil](https://coil-kt.github.io/coil/) for image loading\n* [Hilt](https://dagger.dev/hilt/) for dependency injection\n* Designed and built using Material Design [components](https://material.io/components/) and [theming](https://material.io/design/material-theming/overview.html#material-theming)\n* Full [dark theme](https://material.io/design/color/dark-theme.html) support\n* Meaningful use of [Material Motion](https://material.io/design/motion/the-motion-system.html) transitions\n* Edge-to-edge support using [Insetter](https://github.com/chrisbanes/insetter)\n* Slowly migrating to [Jetpack Compose](https://developer.android.com/jetpack/compose)\n\n## Inspiration\n\nRugby Ranker was inspired by [@rawling](https://github.com/rawling)'s [wr-calc](https://rawling.github.io/wr-calc/) web app, aiming to be a native Android version with a focus on delightful UX/UI design.\n\n## Contributions\n\nPlease feel free to file an issue for errors, suggestions or feature requests. Pull requests are also encouraged.\n\n## License\n\n```\nCopyright 2023 Nick Rout\n\nLicensed to the Apache Software Foundation (ASF) under one or more contributor\nlicense agreements. See the NOTICE file distributed with this work for\nadditional information regarding copyright ownership. The ASF licenses this\nfile to you under the Apache License, Version 2.0 (the \"License\"); you may not\nuse this file except in compliance with the License. You may obtain a copy of\nthe License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\nWARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the\nLicense for the specific language governing permissions and limitations under\nthe License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricknout%2Frugby-ranker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fricknout%2Frugby-ranker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricknout%2Frugby-ranker/lists"}