{"id":19319691,"url":"https://github.com/hyperoslo/hyplocalnotificationmanager","last_synced_at":"2025-04-22T17:32:04.072Z","repository":{"id":16061359,"uuid":"18805595","full_name":"hyperoslo/HYPLocalNotificationManager","owner":"hyperoslo","description":"Handle local notifications like a pro","archived":false,"fork":false,"pushed_at":"2014-04-15T17:35:59.000Z","size":500,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-10-31T16:12:46.710Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyperoslo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-15T15:38:56.000Z","updated_at":"2018-10-07T15:08:16.000Z","dependencies_parsed_at":"2022-07-08T20:30:49.867Z","dependency_job_id":null,"html_url":"https://github.com/hyperoslo/HYPLocalNotificationManager","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperoslo%2FHYPLocalNotificationManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperoslo%2FHYPLocalNotificationManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperoslo%2FHYPLocalNotificationManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperoslo%2FHYPLocalNotificationManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperoslo","download_url":"https://codeload.github.com/hyperoslo/HYPLocalNotificationManager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223902199,"owners_count":17222329,"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-11-10T01:24:49.618Z","updated_at":"2024-11-10T01:24:50.281Z","avatar_url":"https://github.com/hyperoslo.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"HYPLocalNotificationManager\n===========================\n\nHandle local notifications like a pro.\n\n# How to\n\nAdding a notification has never been easier.\n\n```objc\n- (void)addLocalNotification\n{\n    NSInteger seconds = arc4random_uniform(10) + 10;\n    NSString *soundName = @\"alarm.caf\";\n    NSString *message = [NSString stringWithFormat:@\"%ld seconds\", (long)seconds];\n    NSString *actionTitle = @\"The best alarm ever just finished!\";\n\n    [HYPLocalNotificationManager createNotificationUsingNumberOfSeconds:seconds\n                                                              soundName:soundName\n                                                                message:message\n                                                            actionTitle:actionTitle\n                                                                alarmID:message];\n}\n```\nContributions\n=============\n\nIf there's something you would like to improve please create a friendly and constructive issue, getting your feedback would be awesome. Have a great day.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperoslo%2Fhyplocalnotificationmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperoslo%2Fhyplocalnotificationmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperoslo%2Fhyplocalnotificationmanager/lists"}