Skip to content

FeodorFitsner/OpenRealEstate.NET

 
 

Repository files navigation

#OpenRealEstate.NET Build status

  • Core
  • Services

This library is an easy to use .NET Client api to help parse OpenRealEstate schema/data.

The library offers two packages:

  • Core : all the models that represent listing types.
  • Services: the services that convert other listing formats to this OpenRealestate format.

Installation

TODO: image for nuget pics, etc.
!! split into two parts, one per nuget package


###Pricing Notes The SalePricing class contains two main properties which define the sale price of a listing

  • SalePrice
  • SalePriceText

The SalePrice is the listing price which should never been displayed to the public. This value is intended for services (like websites) to flter listings by a price.

The SalePriceText value is what should be displayed to the public. If you wish to display the actual sale price, then copy this value into both properties.

Examples

  • SalePrice: 200000 | SalePriceText: null : Nothing will be displayed to the public.
  • SalePrice: 200000 | SalePriceText: Offers about 200K : The text Offers about 200K should be displayed to the public.

I'm happy to accept tips
Lic: MIT

About

An RealEstate client API for .NET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.0%
  • PowerShell 1.2%
  • JavaScript 0.8%