/freebase_rb

lifted the api-only part from Tom Brenner's freeb to access freebase

Primary LanguageRubyMIT LicenseMIT

FreebaseRb

This extracts just the api-part from Tom Brenners Freeb: https://github.com/tombenner/freeb

I needed some freebase-support in a project that uses mongoid for storage&the current automagical way of storing topics did not really fit out model.

Installation

Add this line to your application's Gemfile:

gem 'freebase_rb'

And then execute:

$ bundle

Or install it yourself as:

$ gem install freebase_rb

Usage

Most methods have currently been left as is, so take a look into the api-class and the corresponding spec for usage.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request