{"id":49878357,"url":"https://github.com/leanczo/fast-laps","last_synced_at":"2026-05-15T13:12:16.701Z","repository":{"id":299436278,"uuid":"974501661","full_name":"leanczo/fast-laps","owner":"leanczo","description":"Wear OS app for tracking Formula 1 race positions and championship standings.","archived":false,"fork":false,"pushed_at":"2026-03-16T02:00:50.000Z","size":2275,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-16T12:55:31.199Z","etag":null,"topics":["android","f1","formula1","kotlin","smartwatch","wear-os"],"latest_commit_sha":null,"homepage":"https://play.google.com/apps/testing/com.leandro.fastlaps","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/leanczo.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-28T22:00:06.000Z","updated_at":"2026-03-16T02:48:29.000Z","dependencies_parsed_at":"2025-08-24T21:26:01.061Z","dependency_job_id":"e5ab6301-d31c-4967-9e0e-3dc08c2f6711","html_url":"https://github.com/leanczo/fast-laps","commit_stats":null,"previous_names":["leanczo/fast-laps"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leanczo/fast-laps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leanczo%2Ffast-laps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leanczo%2Ffast-laps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leanczo%2Ffast-laps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leanczo%2Ffast-laps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leanczo","download_url":"https://codeload.github.com/leanczo/fast-laps/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leanczo%2Ffast-laps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33067663,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"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","f1","formula1","kotlin","smartwatch","wear-os"],"created_at":"2026-05-15T13:12:15.126Z","updated_at":"2026-05-15T13:12:16.695Z","avatar_url":"https://github.com/leanczo.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fast Laps - F1 App for Wear OS\n\n**Fast Laps** is a Formula 1 application for **Wear OS smartwatches**, offering a fast, lightweight experience focused on delivering key race data at a glance.\n\n---\n\n## Features\n\n- Race results (Race, Qualifying, Sprint)\n- Full season calendar with local times\n- Drivers' Championship standings\n- Constructors' Championship standings\n- F1 News from Motorsport.com (EN/ES)\n- Wear OS Tiles (Next Race countdown, Driver Standings)\n- Watch face Complications (Next Race, Championship leader)\n- Session notifications (15 min before and at start)\n- Rotary bezel scroll support\n- Multi-language support (English/Spanish)\n- In-memory caching for offline resilience\n\n---\n\n## Data Sources\n\nFast Laps uses the following public APIs:\n\n- [**Jolpica F1 API**](https://api.jolpi.ca/ergast/) - Race schedule, results, driver \u0026 constructor standings (Ergast-compatible)\n- [**Motorsport.com RSS**](https://www.motorsport.com/rss/f1/news/) - F1 news feeds (English \u0026 Spanish)\n\n---\n\n## Try the App\n\n1. Join the tester group:\n   [Testers Community - Google Groups](https://groups.google.com/g/testers-community/about?pli=1)\n\n2. Access the beta testing link:\n   [Beta Access](https://play.google.com/apps/testing/com.leandro.fastlaps)\n\n3. Install the app from the Play Store:\n   [Play Store Listing](https://play.google.com/store/apps/details?id=com.leandro.fastlaps\u0026pli=1)\n\n---\n\n## Tech Stack\n\n- **Language:** Kotlin 2.0 with Jetpack Compose\n- **Platform:** Android Wear OS (Min SDK 30)\n- **Architecture:** MVVM with Repository pattern\n- **UI:** Wear Compose (ScalingLazyColumn, Chip, Card)\n- **Networking:** Retrofit 2.9 + OkHttp + Gson + Coroutines\n- **Tiles:** ProtoLayout Material\n- **Complications:** Watchface Complications API\n- **Notifications:** WorkManager (periodic session alerts)\n- **Navigation:** Compose Navigation\n\n---\n\n## Development\n\n```bash\n./gradlew assembleDebug          # Build debug APK\n./gradlew assembleRelease        # Build release APK\n./gradlew bundleRelease          # Create release AAB for Play Store\n./gradlew installDebug           # Install on connected device\n./gradlew clean                  # Clean build artifacts\n```\n\n---\n\n## Contributing\n\nPull Requests are welcome! Some ideas:\n\n- UI/UX improvements for different watch sizes\n- Battery usage optimizations\n- Additional languages\n- Live session data integration\n\n---\n\n## Preview\n\n![preview](image.png)\n\n---\n\n## Contact\n\nFeel free to open an issue or reach out if you have any questions, suggestions, or feedback.\n\n---\n\nThanks for supporting the development of Fast Laps!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleanczo%2Ffast-laps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleanczo%2Ffast-laps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleanczo%2Ffast-laps/lists"}