Skip to content

Instantly share code, notes, and snippets.

View SrijithRad's full-sized avatar

Srijith Radhakrishnan SrijithRad

  • www.squashapps.com
  • Coimbatore
View GitHub Profile
@SrijithRad
SrijithRad / Big List of Real Estate APIs.md
Created September 19, 2017 16:33 — forked from patpohler/Big List of Real Estate APIs.md
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.

@SrijithRad
SrijithRad / swiperdemo.html
Last active July 5, 2016 06:08
Implement the new ion-slides that uses the awesome SwiperJs
<div ng-controller="DemoCtrl">
<ion-slides slider="swiper" options="swiperOptions">
<ion-slide-page><h1>SLIDE 1</h1></ion-slide-page>
<ion-slide-page><h1>SLIDE 2</h1></ion-slide-page>
<ion-slide-page><h1>SLIDE 3</h1></ion-slide-page>
</ion-slides>
</div>