{"id":21815443,"url":"https://github.com/queue-inc/rhyme","last_synced_at":"2026-05-16T20:33:03.117Z","repository":{"id":135598779,"uuid":"290466465","full_name":"Queue-inc/rhyme","owner":"Queue-inc","description":"A website wrapper for iOS.","archived":false,"fork":false,"pushed_at":"2020-11-04T07:15:12.000Z","size":14570,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T09:48:05.892Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Queue-inc.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":"2020-08-26T10:29:16.000Z","updated_at":"2021-01-26T15:58:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"11887cca-aaf0-4aa9-b6e7-20e17ad2436d","html_url":"https://github.com/Queue-inc/rhyme","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Queue-inc/rhyme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Queue-inc%2Frhyme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Queue-inc%2Frhyme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Queue-inc%2Frhyme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Queue-inc%2Frhyme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Queue-inc","download_url":"https://codeload.github.com/Queue-inc/rhyme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Queue-inc%2Frhyme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33117830,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-27T15:19:02.153Z","updated_at":"2026-05-16T20:33:03.081Z","avatar_url":"https://github.com/Queue-inc.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rhyme\n\n[![CI Status](https://img.shields.io/travis/subdiox/Rhyme.svg?style=flat)](https://travis-ci.org/subdiox/Rhyme)\n[![Version](https://img.shields.io/cocoapods/v/Rhyme.svg?style=flat)](https://cocoapods.org/pods/Rhyme)\n[![License](https://img.shields.io/cocoapods/l/Rhyme.svg?style=flat)](https://cocoapods.org/pods/Rhyme)\n[![Platform](https://img.shields.io/cocoapods/p/Rhyme.svg?style=flat)](https://cocoapods.org/pods/Rhyme)\n\nRhyme is a wrapper library for PWA/web applications, implementing push notifications and in-app purchase.\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Requirements\n\n- Firebase environment\n- A website using rhyme-js\n\n## Installation\n\nRhyme is available through [CocoaPods](https://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'Rhyme'\n```\n\n## Usage\n\n0. Read [Firebase Cloud Messaging Documentation](https://firebase.google.com/docs/cloud-messaging/ios/client) and add `GoogleService-Info.plist` to your Xcode project.\n\n1. Define a view controller which extends `RhymeViewController`, and implement `delegate` and `url` as following:\n\n```swift:ViewController.swift\nclass ViewController: RhymeViewController {\n    override func viewDidLoad() {\n        delegate = self\n        url = URL(string: \"https://www.example.com\")\n        super.viewDidLoad()\n    }\n}\n\nextension ViewController: UNUserNotificationCenterDelegate {\n    func userNotificationCenter(_ center: UNUserNotificationCenter, didReceive response: UNNotificationResponse, withCompletionHandler completionHandler: @escaping () -\u003e Void) {\n        print(response)\n    }\n}\n```\n\n2. Add some codes to configure Firebase in `AppDelegate`.\n\n```swift:AppDelegate.swift\nimport Firebase\nimport FirebaseMessaging\n\n@UIApplicationMain\nclass AppDelegate: UIResponder, UIApplicationDelegate {\n    var window: UIWindow?\n    func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -\u003e Bool {\n        FirebaseApp.configure()\n        Messaging.messaging().delegate = self\n        return true\n    }\n}\n```\n\n## Author\n\nQueue-inc, info@queue-inc.com\n\n## License\n\nRhyme is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqueue-inc%2Frhyme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqueue-inc%2Frhyme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqueue-inc%2Frhyme/lists"}