No commit activity in last 3 years
No release in over 3 years
Search over the Beer In The Evening site looking for suitable pubs
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

BeerInTheEvening

It can be hard to decide which pub to go to, right?

Wrong.

Usage

require 'beer_in_the_evening'
search = BeerInTheEvening::Search.new
search.maximum_results = 10
search.tube_station = BeerInTheEvening::Location::Tube::HOLBORN
search.minimum_rating = 6
search.real_ale = true
search.wifi = true
search.food = true
random_pub = search.sort_by{rand}.first
random_pub.to_s
# => "Lord Clyde, 2.2 miles, 6.7 / 10, http://beerintheevening.com/pubs/s/65/6501/Lord_Clyde/Canonbury"

There are a few more examples in the examples/ directory.

Authors

Craig R Webster http://barkingiguana.com/