Skip to content
This repository has been archived by the owner on Nov 30, 2018. It is now read-only.

Commit

Permalink
Update readme for developer pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
chadrem committed Jul 19, 2012
1 parent ac01610 commit 52c9d5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.markdown
Expand Up @@ -37,6 +37,11 @@ Used in production to power [www.droidmeter.com](http://www.droidmeter.com/?t=gi
sq.update sq.update
puts "Results found: #{sq.results.count}" puts "Results found: #{sq.results.count}"


# Download/parse developer pages.
developer = MarketBot::Android::Developer.new('Zynga')
developer.update
puts "Results found: #{developer.results.count}"

## Advanced API Examples ## Advanced API Examples


require 'rubygems' require 'rubygems'
Expand Down

0 comments on commit 52c9d5b

Please sign in to comment.