google page rank gem

hi..
Ruby has this gem, to find google page rank of a site......,
just install the gem.

>>> sudo gem install googlepagerank

>>>
example program:
require "rubygems"
require "googlepagerank"

puts GooglePageRank.get("www.yahoo.com")
=> 9

u can check the above in the site, for further info.
http://googlepagerank.rubyforge.org/
thanks..

Comments

Popular posts from this blog

Install Cpanm module error : No such file or directory opening compressed index

How to increase Elasticsearch Shard recovery Speed

Getting started with Python Flask application with MVC structure