Skip to content

ruby wrapper for the GroopBuy API (use DailyDealr instead)

License

Notifications You must be signed in to change notification settings

elkinsware/groopbuyr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GroopBuyr

GroopBuyr gem is a ruby wrapper for the GroopBuy API. This gem uses HTTParty gem.

Install

gem install groopbuyr

Usage

There are two operations for the GroupBuy API: cities and deals.

Cities returns a list of cities and their code for all cities where GroopBuy has deals.

Deals returns a list of deals for a specific city code.

Example

require "rubygems"
require "groopbuyr"
require "pp"

gb = GroopBuyr.new
pp gb.cities
pp gb.deals("HOU")

Copyright © 2010 dave elkins. See LICENSE for details.

About

ruby wrapper for the GroopBuy API (use DailyDealr instead)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages