Project

remora

0.0
No commit activity in last 3 years
No release in over 3 years
Get stats on San Franscisco real estate
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.3
~> 2.6
>= 0.9.12.6, ~> 0.9
>= 0.2.3, ~> 0.2
>= 0.1.8, ~> 0.1
~> 10.3
~> 2.14
>= 0.0.6, ~> 0.0

Runtime

~> 2.7
~> 1.6
 Project Readme

Remora

Lightweight gem to discover information about San Francisco real estate. Can be adapted for anywhere in California.

Installation

Add this line to your application's Gemfile:

gem 'remora'

And then execute:

$ bundle

Or install it yourself as:

$ gem install remora

Usage

	shark = Remora::Remora.new(email, password)
	report = shark.search_in_sf("155 14 St")
	report[:neighborhood]
		=> "Inner Mission  (09C)"
	report[:building][:year_built]
		=> "1975"

For a full list of what's in a report, check spec/remora_spec.rb

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request