Compete.com API Plugin plugin

Plugin details

This plugin allows developers to quickly and easily access Compete.com’s API. You need an API key from Compete and you’ll be off to the races.

Websitehttp://idisposable.net/compete-rails-plugin/ Repositorygit://github.com/edla/compete.git Author Ed Laczynski Tags traffic, analytics, compete, mashup, api LicenseRuby's (MIT)

Documentation

Install the plugin:
ruby script/plugin install git://github.com/edla/compete.git 
@cp = Compete::Base.new( :compete_api_key => YOUR_COMPETE_API_KEY)  
@compete_xml = @cp.do( :url => 'www.google.com')  
p @cp.parse( @compete_xml )

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | Back in time (1 older version) | Last edited by: scott, 28 days ago