Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willrax/motion-arrivals
Using iBeacons to post office arrivals and departures into slack.
https://github.com/willrax/motion-arrivals
Last synced: 14 days ago
JSON representation
Using iBeacons to post office arrivals and departures into slack.
- Host: GitHub
- URL: https://github.com/willrax/motion-arrivals
- Owner: willrax
- License: mit
- Created: 2014-03-16T00:54:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-17T20:42:53.000Z (over 10 years ago)
- Last Synced: 2024-10-04T13:34:36.420Z (about 1 month ago)
- Language: Ruby
- Size: 133 KB
- Stars: 18
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Motion Arrivals
iBeacons, RubyMotion, SlackHQ. Oh my!
![friends](http://media.giphy.com/media/SKhNHgpJzthII/giphy.gif)
A simple example app used in my iBeacon talk at [#sydinmotion](http://sydinmotion.com). No longer will your colleagues be wondering when you arrive in the office!
![](http://c.willrax.com/USha/2014-03-16%2013_02_15.gif)
## Usage
There is a more in-depth guide [here](https://github.com/willrax/motion-arrivals/wiki/Setup-and-Usage)
Just fill in your slackbot remote control token and preferred channel in `app_delegate.rb`.
```ruby
class AppDelegate
def application(application, didFinishLaunchingWithOptions:launchOptions)
App::Persistence[:slack_token] = "TOKEN"
App::Persistence[:channel] = "CHANNEL"# ...
end
end
```You'll want to have some sort of iBeacon running near your desk / office. I would recommend this Mac OSX app [https://github.com/lgaches/BeaconEmitter](https://github.com/lgaches/BeaconEmitter).