Project

groopbuyr

0.0
No commit activity in last 3 years
No release in over 3 years
ruby wrapper for the GroopBuy API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

 Project Readme

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.