This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit f7fbb3f11b6fadeb64de97e76d203492bb14923a
tree 392b6834e75b420ceba0944f24a8c5ab15124ce5
parent 83ee40ce303a4d0b79ab96c6633eadba1b01c522
tree 392b6834e75b420ceba0944f24a8c5ab15124ce5
parent 83ee40ce303a4d0b79ab96c6633eadba1b01c522
compete /
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Thu Jul 31 09:44:04 -0700 2008 | |
| |
README | Thu Jul 31 09:46:54 -0700 2008 | |
| |
Rakefile | Thu Jul 31 09:44:04 -0700 2008 | |
| |
init.rb | Thu Jul 31 09:44:04 -0700 2008 | |
| |
install.rb | Thu Jul 31 09:44:04 -0700 2008 | |
| |
lib/ | Thu Jul 31 09:44:04 -0700 2008 | |
| |
rdoc/ | Thu Jul 31 09:44:04 -0700 2008 | |
| |
tasks/ | Thu Jul 31 09:44:04 -0700 2008 | |
| |
test/ | Thu Jul 31 09:44:04 -0700 2008 | |
| |
uninstall.rb | Thu Jul 31 09:44:04 -0700 2008 |
README
=== Compete.com API Rails Plugin 0.1 . . Created by: Ed Laczynski - edltech+rails@gmail.com . Last Modified: July 31, 2008 . For API information and key see: http://developer.compete.com/ . === The Compete.com API Rails plugin provides you with a communication class for interfacing directly with Compete. It returns data in XML format and provides a parsing method that will return the latest Compete statistics for easy inclusion in your application. === Usage Install the plugin from Git: $ cd vendors/plugin $ mkdir compete $ git clone 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 ) # {:uv_ranking=>"1", :uv_count=>"135,834,459", :month=>"06", :domain=>"google.com", :year=>"2008", :rank=>"1"} === Questions/Comments/Feedback? I can provide limited support via e-mail at edltech+rails@gmail.com =============================================================== Copyright (c) 2008 Ed Laczynski, released under the MIT license







