{"id":15293603,"url":"https://github.com/geek1706/swift-google-autocomplete","last_synced_at":"2026-03-01T04:36:29.154Z","repository":{"id":56933271,"uuid":"69840855","full_name":"geek1706/swift-google-autocomplete","owner":"geek1706","description":" Fetch google's autocomplete suggestions","archived":false,"fork":false,"pushed_at":"2019-03-29T14:20:46.000Z","size":18,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-29T14:52:21.395Z","etag":null,"topics":["carthage","cocoapods","google-autocomplete","swift-3"],"latest_commit_sha":null,"homepage":"https://geek1706.github.io/swift-google-autocomplete/","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/geek1706.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":"2016-10-03T04:26:33.000Z","updated_at":"2022-03-30T07:34:33.000Z","dependencies_parsed_at":"2022-08-21T00:40:22.142Z","dependency_job_id":null,"html_url":"https://github.com/geek1706/swift-google-autocomplete","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/geek1706/swift-google-autocomplete","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geek1706%2Fswift-google-autocomplete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geek1706%2Fswift-google-autocomplete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geek1706%2Fswift-google-autocomplete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geek1706%2Fswift-google-autocomplete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geek1706","download_url":"https://codeload.github.com/geek1706/swift-google-autocomplete/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geek1706%2Fswift-google-autocomplete/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29960253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T01:47:18.291Z","status":"online","status_checked_at":"2026-03-01T02:00:07.437Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["carthage","cocoapods","google-autocomplete","swift-3"],"created_at":"2024-09-30T16:50:10.709Z","updated_at":"2026-03-01T04:36:29.121Z","avatar_url":"https://github.com/geek1706.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Autocomplete in Swift\nFetch google's autocomplete suggestions\n\n[![CI Status](https://travis-ci.org/geek1706/swift-google-autocomplete.svg?branch=master)](https://travis-ci.org/geek1706/swift-google-autocomplete)\n[![Version](https://img.shields.io/cocoapods/v/swift-google-autocomplete.svg?style=flat)](http://cocoapods.org/pods/swift-google-autocomplete)\n[![License](https://img.shields.io/cocoapods/l/swift-google-autocomplete.svg?style=flat)](http://cocoapods.org/pods/swift-google-autocomplete)\n[![Platform](https://img.shields.io/cocoapods/p/swift-google-autocomplete.svg?style=flat)](http://cocoapods.org/pods/swift-google-autocomplete)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n\n## Requirements\n- Xcode 8+\n- Swift 3.0+\n\n## Installation\n### Cocoapods\n```ruby\nplatform :ios, '8.0'\npod 'swift-google-autocomplete'\n```\n### Carthage\n```\ngithub \"geek1706/swift-google-autocomplete\"\n```\n## Usage\n```swift\n// Fetch google's autocomplete suggestions for a given seed term\nAutoComplete.getQuerySuggestions(\"side to side\") { results, error in\n  // Do something with suggestion results\n}\n```\n## Author\nTrung Nguyen, trung1706@gmail.com\n## License\nMIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeek1706%2Fswift-google-autocomplete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeek1706%2Fswift-google-autocomplete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeek1706%2Fswift-google-autocomplete/lists"}