reverbdotcom / SimpleRelevance.rb

a simple Ruby wrapper for the SimpleRelevance api (simplerelevance.com)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This gem is no longer maintained as we are not using SimpleRelevance. Here be dragons.

SimpleRelevance-Ruby

A Ruby wrapper for the SimpleRelevance API (www.simplerelevance.com).

Install

gem install simple_relevance

Debug

You can turn on HTTParty debugging, which will log to stdout:

  SimpleRelevance::Client.enable_debug

Or turn it off

  SimpleRelevance::Client.disable_debug

Help and Docs

Coming soon.

Contributing

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

About

a simple Ruby wrapper for the SimpleRelevance api (simplerelevance.com)


Languages

Language:Ruby 100.0%