{"id":2011,"url":"https://github.com/dasmer/EmojiKit","last_synced_at":"2025-08-02T05:33:27.343Z","repository":{"id":56909983,"uuid":"48809886","full_name":"dasmer/EmojiKit","owner":"dasmer","description":"Effortless emoji-querying in Swift","archived":false,"fork":false,"pushed_at":"2019-07-02T15:28:59.000Z","size":39,"stargazers_count":94,"open_issues_count":0,"forks_count":11,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-12T01:55:41.115Z","etag":null,"topics":[],"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/dasmer.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":"2015-12-30T16:39:34.000Z","updated_at":"2024-08-24T22:47:38.000Z","dependencies_parsed_at":"2022-08-21T04:20:32.727Z","dependency_job_id":null,"html_url":"https://github.com/dasmer/EmojiKit","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasmer%2FEmojiKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasmer%2FEmojiKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasmer%2FEmojiKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasmer%2FEmojiKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dasmer","download_url":"https://codeload.github.com/dasmer/EmojiKit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228443851,"owners_count":17920798,"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-01-05T20:16:01.194Z","updated_at":"2024-12-06T09:30:49.400Z","avatar_url":"https://github.com/dasmer.png","language":"Swift","funding_links":[],"categories":["UI","Text"],"sub_categories":["Layout","Other free courses","Other Testing","Keychain"],"readme":"# EmojiKit\nEmojiKit is a simple emoji-querying framework in Swift. It is used in [Paste](https://github.com/dasmer/Paste), an Emoji Search app in the [App Store](https://itunes.apple.com/us/app/paste-emoji-search/id1070640289).\n\nInstallation\n------------\nIf you’re using [Carthage](http://github.com/Carthage/Carthage), add EmojiKit to your `Cartfile`:\n\n```swift\ngithub \"dasmer/EmojiKit\"\n```\n\nOtherwise, if you're using [CocoaPods](http://cocoapods.org), add EmojiKit to your `Podfile`:\n\n```ruby\npod 'EmojiKit', '~\u003e 0.0.1'\n```\n\nUsage\n-----\n##### 1. Create an EmojiFetcher instance variable.\n\n```swift\nlet fetcher = EmojiFetcher()\n```\n\n##### 2. Use EmojiFetcher's `query` function to get an array of `Emoji` structs that match the given search string.\n\n```swift\nfetcher.query(\"food\") { emojiResults in\n  for emoji in emojiResults {\n    print(\"Current Emoji: \\(emoji.character) \\(emoji.name)\")\n  }\n}\n```\n\nContributing\n------------\n\nThe best way to contribute is by submitting a pull request. You can also submit a [new Github issue](https://github.com/dasmer/EmojiKit/issues/new) if you find bugs or have questions. :octocat:\n\nPlease make sure to follow the general coding style and add test coverage for new features!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdasmer%2FEmojiKit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdasmer%2FEmojiKit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdasmer%2FEmojiKit/lists"}