public
Description: A ruby client for freebase
Clone URL: git://github.com/dustin/ruby-freebase.git
Search Repo:
Chris Eppstein (author)
Sun Feb 03 09:32:18 -0800 2008
commit  2f052fc0736bf194598c714a4ad1502d1c881f98
tree    79279fb9148f16eb9ca86554bb97a93a42a55161
parent  d7536822773a2e0a4da4f69863a184259dabafed
name age message
folder .hgignore Sun Feb 03 09:25:11 -0800 2008 ignore pkg directory [Chris Eppstein]
folder README Sun Feb 03 09:24:11 -0800 2008 Migrate from svn to hg, add gem support [Chris Eppstein]
folder Rakefile Sun Feb 03 09:24:11 -0800 2008 Migrate from svn to hg, add gem support [Chris Eppstein]
folder examples/ Sun Feb 03 09:32:18 -0800 2008 better support for commandline usage of the art... [Chris Eppstein]
folder lib/ Sun Feb 03 09:24:11 -0800 2008 Migrate from svn to hg, add gem support [Chris Eppstein]
folder test/ Sun Feb 03 09:24:11 -0800 2008 Migrate from svn to hg, add gem support [Chris Eppstein]
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.