Skip to content

caddoo/groopbuyr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

gem install groopbuyr

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

 
 
 

Contributors