DESCR 242 B

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