{"id":20173360,"url":"https://github.com/d-date/lgtmkit","last_synced_at":"2025-04-10T03:17:57.060Z","repository":{"id":135912769,"uuid":"114232690","full_name":"d-date/LGTMKit","owner":"d-date","description":"Get LGTM image from lgtm.in, written by swift","archived":false,"fork":false,"pushed_at":"2017-12-16T08:42:29.000Z","size":8,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T03:17:51.623Z","etag":null,"topics":["danger","lgtm","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/d-date.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-14T09:51:36.000Z","updated_at":"2020-09-14T23:50:14.000Z","dependencies_parsed_at":"2023-08-09T14:35:09.570Z","dependency_job_id":null,"html_url":"https://github.com/d-date/LGTMKit","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/d-date%2FLGTMKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-date%2FLGTMKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-date%2FLGTMKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-date%2FLGTMKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d-date","download_url":"https://codeload.github.com/d-date/LGTMKit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248148247,"owners_count":21055548,"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":["danger","lgtm","swift"],"created_at":"2024-11-14T01:35:50.513Z","updated_at":"2025-04-10T03:17:57.041Z","avatar_url":"https://github.com/d-date.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LGTMKit\nGet LGTM image from lgtm.in, written by swift\n\nInspired by [danger-lgtm](https://github.com/leonhartX/danger-lgtm).\n\n## Install\n\n### Swift Package Manager\n\nSpecifiy Dependency on your `Package.swift`.\n\n```swift\nlet package = Package(\n    name: \"Dangerfile\",\n    products: [.library(name: \"MarathonDependencies\", type: .dynamic, targets: [\"Dangerfile\"])],\n    dependencies: [\n        .package(url: \"https//github.com/d-date/LGTMKit.git\")\n    ],\n    targets: [.target(name: \"Dangerfile\", dependencies: [\"LGTMKit\"])],\n    swiftLanguageVersions: [4]\n)\n```\n\n## Usage\n\nJust written as below. Very easy 😎\n\n```swift\nimport LGTMKit\n\nLGTMKit.fetchImage() { (url) in\n    print(url) // LGTM image url\n}\n```\n\nIf you want a https image only, you can use `httpsImageOnly` option\n\n```swift\nLGTMKit.fetchImage(httpsImageOnly: true) { (url) in\n    print(url) // LGTM image url\n}\n\n```\n\n## Contribution\n\n1. Download this repo.\n2. Run `swift package generate-xcodeproj`.\n3. You can develop with your Xcode.\n4. Commit your change. \n5. Make Pull Request.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-date%2Flgtmkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd-date%2Flgtmkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-date%2Flgtmkit/lists"}