open("out.json", "w") {|f| f.puts JSON.dump(showings) }
f << JSON.dump(showings)
$ ruby scraper.rb > showings.json