public
Fork of qype/qype
Description: The official Ruby Library for interacting with the Qype API
Homepage:
Clone URL: git://github.com/keymone/qype.git
qype /
name age message
file .gitignore Loading commit data...
file LICENSE
file README.markdown
file Rakefile
directory lib/
file qype.gemspec
directory test/
README.markdown

Qype API

The official Ruby library for interacting with the Qype API.

Installation

install required gems:

sudo gem install oauth
sudo gem install happymapper
sudo gem install httparty

Usage

require 'rubygems'
require 'qype'

qype = Qype::Client.new('your_api_key', 'your_api_secret')
places = qype.search_places('sushi', 'Hamburg')