{"id":15297598,"url":"https://github.com/inkapplications/kimchi","last_synced_at":"2025-04-13T22:32:37.272Z","repository":{"id":57725258,"uuid":"241007873","full_name":"InkApplications/Kimchi","owner":"InkApplications","description":"🥬 Kotlin Multiplatform Logging and Analytics","archived":false,"fork":false,"pushed_at":"2025-03-24T18:37:24.000Z","size":341,"stargazers_count":6,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T13:11:47.585Z","etag":null,"topics":["android","javascript","jvm","kotlin","multiplatform"],"latest_commit_sha":null,"homepage":"https://kimchi.inkapplications.com","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/InkApplications.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2020-02-17T03:01:13.000Z","updated_at":"2025-03-01T22:11:10.000Z","dependencies_parsed_at":"2023-11-12T16:29:57.051Z","dependency_job_id":"1ddf5350-1480-4989-86af-32c68952b0b7","html_url":"https://github.com/InkApplications/Kimchi","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InkApplications%2FKimchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InkApplications%2FKimchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InkApplications%2FKimchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InkApplications%2FKimchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InkApplications","download_url":"https://codeload.github.com/InkApplications/Kimchi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248790753,"owners_count":21162084,"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","javascript","jvm","kotlin","multiplatform"],"created_at":"2024-09-30T19:18:26.382Z","updated_at":"2025-04-13T22:32:36.592Z","avatar_url":"https://github.com/InkApplications.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"Kimchi\n======\n\nKimchi is a multiplatform logging and analytics tool written in Kotlin.\n\n## Installation\n\nPublished to Maven Central\n\n### Maven Coordinates\n\n`com.inkapplications.kimchi:core`\n\n## Logging\n\nStart logging by adding a writer and sending logs:\n\n```kotlin\nfun main() {\n    // Add one or more log writers:\n    Kimchi.addLog(defaultWriter)\n\n    // Send Logs:\n    Kimchi.info(\"Hello World\")\n}\n```\n\n## Analytics\n\nAnalytics is as easy as logging!\nJust like the logger, just add a writer and start tracking events:\n\n```kotlin\nfun main() {\n    // Add one or more analytics writers:\n    Kimchi.addAnalytics(KimchiLoggerAnalytics) // send analytics events to the logger.\n\n    // Send Analytics Events:\n    Kimchi.trackEvent(\"Hello Analytics!\")\n}\n```\n\n## Documentation\n\nFor more examples and documentation please see [the website](https://kimchi.inkapplications.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finkapplications%2Fkimchi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finkapplications%2Fkimchi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finkapplications%2Fkimchi/lists"}