Skip to content

Instantly share code, notes, and snippets.

@duonoid
duonoid / extract_facilities.rb
Last active December 24, 2015 06:39 — forked from elskwid/washoe_eats.rb
I played with it a little, attempting to understand their site...
#
# usage: ruby -Imechanize extract_facilities.rb
require "mechanize"
class FacilityScraper
def self.call
new.call
end