openbsd-ports/geo/ruby-findmyiphone/pkg/DESCR

8 lines
242 B
Plaintext

Ruby port of MobileMe screenscraper allowing message sending and
retrieval of current location of an iPhone.
>> require 'rubygems' ; require 'findmyiphone'
>> i = FindMyIphone.new(username,password)
>> i.locateMe
>> i.sendMessage("Foo bar")