{"id":16068856,"url":"https://github.com/eliperkins/reactiveestimote","last_synced_at":"2025-07-18T14:33:15.111Z","repository":{"id":20057232,"uuid":"23325813","full_name":"eliperkins/ReactiveEstimote","owner":"eliperkins","description":"ReactiveCocoa extensions for the Estimote SDK","archived":false,"fork":false,"pushed_at":"2014-08-25T21:11:30.000Z","size":160,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T02:52:58.817Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eliperkins.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":"2014-08-25T19:27:25.000Z","updated_at":"2014-08-25T19:29:08.000Z","dependencies_parsed_at":"2022-09-02T13:41:06.612Z","dependency_job_id":null,"html_url":"https://github.com/eliperkins/ReactiveEstimote","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/eliperkins%2FReactiveEstimote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliperkins%2FReactiveEstimote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliperkins%2FReactiveEstimote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliperkins%2FReactiveEstimote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eliperkins","download_url":"https://codeload.github.com/eliperkins/ReactiveEstimote/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241585412,"owners_count":19986339,"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-10-09T06:40:47.909Z","updated_at":"2025-03-02T23:26:03.043Z","avatar_url":"https://github.com/eliperkins.png","language":"Objective-C","readme":"# ReactiveEstimote\n\n[![CI Status](http://img.shields.io/travis/eliperkins/ReactiveEstimote.svg?style=flat)](https://travis-ci.org/eliperkins/ReactiveEstimote)\n[![Version](https://img.shields.io/cocoapods/v/ReactiveEstimote.svg?style=flat)](http://cocoadocs.org/docsets/ReactiveEstimote)\n[![License](https://img.shields.io/cocoapods/l/ReactiveEstimote.svg?style=flat)](http://cocoadocs.org/docsets/ReactiveEstimote)\n[![Platform](https://img.shields.io/cocoapods/p/ReactiveEstimote.svg?style=flat)](http://cocoadocs.org/docsets/ReactiveEstimote)\n\nA few handy extensions for working with the Estimote SDK, together with ReactiveCocoa.\n\nThis library came to be after attempting to work with editing properties of an `ESTBeacon` object, but needing to wait for the connection to the device.\n\n## Usage\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n```objc\nESTBeacon *beacon = //some beacon from an `ESTBeaconManager`\n\n[[beacon\n    rac_connect]\n    flattenMap:^RACStream *(ESTBeacon *beacon) {\n        return [[[beacon rac_writeMajor:1]\n            concat:[beacon rac_writeMinor:1]]\n            concat:[beacon rac_writeProximityUUID:[[NSUUID alloc] initWithUUIDString:@\"44F77920-EBF9-11E3-AC10-0800200C9A66\"]]];\n    }];\n\n```\n\n## Requirements\n\n## Installation\n\nReactiveEstimote is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n    pod \"ReactiveEstimote\"\n\n## Author\n\nEli Perkins, eli.j.perkins@gmail.com\n\n## License\n\nReactiveEstimote is available under the MIT license. See the LICENSE file for more info.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feliperkins%2Freactiveestimote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feliperkins%2Freactiveestimote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feliperkins%2Freactiveestimote/lists"}