chriseppstein / freebase

Ruby API for Freebase.com

This URL has Read+Write access

name age message
file .gitignore Wed Jun 18 06:51:20 -0700 2008 import into git [chriseppstein]
file MIT-LICENSE Wed Jun 18 06:51:20 -0700 2008 import into git [chriseppstein]
file README Wed Jun 18 06:51:20 -0700 2008 import into git [chriseppstein]
file Rakefile Wed Jun 18 06:58:46 -0700 2008 relax active support dependency requirement to ... [chriseppstein]
directory examples/ Wed Jun 18 06:51:20 -0700 2008 import into git [chriseppstein]
file freebase.gemspec Loading commit data...
directory lib/ Wed Jun 18 06:51:20 -0700 2008 import into git [chriseppstein]
directory pkg/ Wed Jun 18 06:51:20 -0700 2008 import into git [chriseppstein]
directory plugins/ Wed Jun 18 06:51:20 -0700 2008 import into git [chriseppstein]
directory test/ Wed Jun 18 06:51:20 -0700 2008 import into git [chriseppstein]
README
= Freebase
This Ruby-on-Rails plugin provides access to the Freebase API (http://www.freebase.com). Freebase is a collaborative, 
semantic database similar to Wikipedia only for structured data. Freebase.com provides a JSON-over-HTTP API that this 
library uses.

Currently only reads are implemented. Contributions, API Suggestions, bug reports are welcome!

This code is ALPHA. The API will change, features will be added. It probably has a bug or two in it. Use it at your own 
peril.

Author:: Christopher Eppstein (mailto:chris@eppsteins.net)
Copyright:: Copyright (c) 2007 Christopher Eppstein
License:: Released under the MIT license

== Installation
Install the plugin:
script/plugin install svn://rubyforge.org/var/svn/freebaseapi/trunk/freebase

Then copy freebase.yml to your rails config directory

== Usage Examples
See the following examples:
* albums.rb[link:../examples/albums.rb]

== Contributors
* Pat Allan (mailto:pat@freelancing-gods.com) provided code snippets that
  exemplified automatic freebase class creation when the class is first referenced.