Skip to content

Instantly share code, notes, and snippets.

View WayneStratton's full-sized avatar

Wayne WayneStratton

View GitHub Profile
@patpohler
patpohler / Big List of Real Estate APIs.md
Last active May 29, 2024 04:46
Evolving list of Real Estate APIs by Category

Big List of Real Estate APIs

Listings / Property Data

####Rets Rabbit http://www.retsrabbit.com

Rets Rabbit removes the nightmare of importing thousands of real estate listings and photos from RETS or ListHub and gives you an easy to use import and Web API server so you can focus on building your listing search powered website or app.

@grantambrose
grantambrose / style.css
Last active September 19, 2017 02:08
transparent header with Beaver Builder
/* Make the header transparent */
body .fl-page-header-primary{
background:transparent;
position:relative;
z-index: 10;
}
/* Remove the bottom border from the header
// if you do not add this there will be a faint line under your header */
header .fl-page-header-wrap { border-bottom: 0; }