{"id":18057532,"url":"https://github.com/voghdev/playbattlegrounds","last_synced_at":"2025-06-13T03:34:35.057Z","repository":{"id":54581927,"uuid":"125352944","full_name":"voghDev/PlayBattlegrounds","owner":"voghDev","description":"Sample project to do some requests to the PUBG Open API","archived":false,"fork":false,"pushed_at":"2021-02-09T12:49:20.000Z","size":1714,"stargazers_count":10,"open_issues_count":5,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T02:51:12.379Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/voghDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-15T10:47:50.000Z","updated_at":"2020-12-12T14:24:16.000Z","dependencies_parsed_at":"2022-08-13T20:30:42.146Z","dependency_job_id":null,"html_url":"https://github.com/voghDev/PlayBattlegrounds","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voghDev%2FPlayBattlegrounds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voghDev%2FPlayBattlegrounds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voghDev%2FPlayBattlegrounds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voghDev%2FPlayBattlegrounds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voghDev","download_url":"https://codeload.github.com/voghDev/PlayBattlegrounds/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248345276,"owners_count":21088242,"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":[],"created_at":"2024-10-31T02:08:12.457Z","updated_at":"2025-04-11T04:41:49.036Z","avatar_url":"https://github.com/voghDev.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PlayBattlegrounds\n[![CircleCI](https://circleci.com/gh/voghDev/PlayBattlegrounds/tree/master.svg?style=svg)](https://circleci.com/gh/voghDev/PlayBattlegrounds/tree/master)\n\nSample project to do some requests to the PUBG Open API\n\n\u003cimg height=\"100\" src=\"./img/kotlin.png\" width=\"100\"\u003e \u003cimg height=\"100\" src=\"https://avatars2.githubusercontent.com/u/29458023?v=4\u0026amp;s=200\" width=\"100\"\u003e\n\nThis is a small App that tries to work on the following aspects:\n\n- Dependency Injection in Kotlin using [Kodein 5.x][1]\n- Basic usage of Monads such as *Either* or *Try*, using [arrow-kt][2]\n- a testable Kotlin architecture where requirements can be covered with Unit Tests. [You can see some examples][12]\n- Asynchronous requests using [kotlinx.coroutines][14]\n- Kotlin Code style \u0026 formatting check using [ktlint][3]\n- Android UI Design using [ConstraintLayout][5]\n- Elegant \u0026 comfortable *RecyclerView* management using [Renderers 3.x][11]\n- A small Database layer using [DBFlow][10], fully implemented in Kotlin\n- Continous Integration using [CircleCI][8] - thanks to [JcMinarro][6] for [this awesome PR][9]\n- Configuring ktlint as a Gradle plugin thanks to [this PR][15] by [JavierSegoviaCordoba][16]\n\n![Sample][appSample]\n\nInstalling\n----------\n\nClone this repository and create a file named `pubg-api.properties`. Paste your PUBG ApiKey inside it like this:\n\n    apiKey=abc12345\n\nwhere `abc12345` is your PUBG ApiKey. You can see an example in [pubg-api-sample.properties][7]\n\nIcons\n-----\n\nAll icons, such as the [Chicken dinner](https://www.flaticon.com/free-icon/roast-chicken_889702#term=chicken\u0026page=1\u0026position=36) or the [\"Load more\" icon](https://www.flaticon.com/free-icon/round-add-button_61733#term=more\u0026page=1\u0026position=19) were downloaded from [flaticon.com][4]\n\nSupporting sites\n----------------\n\nThanks to [sokogames][13] for their contribution to support this project\n\n[1]: https://github.com/Kodein-Framework/Kodein-DI/\n[2]: https://github.com/arrow-kt/arrow\n[3]: https://github.com/shyiko/ktlint\n[4]: http://www.flaticon.com\n[5]: https://developer.android.com/reference/android/support/constraint/ConstraintLayout\n[6]: https://github.com/JcMinarro\n[7]: https://github.com/voghDev/PlayBattlegrounds/blob/master/pubg-api-sample.properties\n[8]: https://circleci.com/\n[9]: https://github.com/voghDev/PlayBattlegrounds/pull/9\n[10]: https://github.com/Raizlabs/DBFlow\n[11]: https://github.com/pedrovgs/Renderers\n[12]: https://github.com/voghDev/PlayBattlegrounds/blob/master/app/src/test/java/es/voghdev/playbattlegrounds/features/players/ui/presenter/PlayerSearchPresenterTest.kt\n[13]: http://www.sokogames.com\n[14]: https://github.com/Kotlin/kotlinx.coroutines\n[15]: https://github.com/voghDev/PlayBattlegrounds/pull/72\n[16]: https://github.com/JavierSegoviaCordoba\n\n[appSample]: ./img/sample.gif\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoghdev%2Fplaybattlegrounds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoghdev%2Fplaybattlegrounds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoghdev%2Fplaybattlegrounds/lists"}