hpop / rosumi

ruby port of the sosumi php-lib (http://github.com/tylerhall/sosumi)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a port of [sosumi](http://github.com/tylerhall/sosumi) for [ruby](http://ruby-lang.org/).

usage:

require "./rosumi.rb"

r = Rosumi.new('username', 'password')
=> #<Rosumi:0x0000010083b048 @user="username", @pass="password", @devices=[], @http=#<Net::HTTP fmipmobile.me.com:443 open=false> 

r.locate
=> {:name=>"Steve’s iPhone", :latitude=>23.5423458632445456, :longitude=>23.923433562234181818, :accuracy=>80.0, :timestamp=>1279839672446, :position_type=>"Wifi"} 

About

ruby port of the sosumi php-lib (http://github.com/tylerhall/sosumi)


Languages

Language:Ruby 100.0%