Skip to content

Latest commit

 

History

History
192 lines (100 loc) · 2.45 KB

workshop.md

File metadata and controls

192 lines (100 loc) · 2.45 KB

LOI CARREZ

github.com/92bondstreet/carrez


French law which obliges the vendor of a property lot to mention the surface area.


real estate ad


35 m2, 50m2, 100m2...


price... Good deal?


meilleursagents

Estimatation of square meter by town


leboncoin.fr

leader of classified ad


Workshop in 1 sentence

Determine if the price of a real estate on leboncoin.fr classified ad is a good deal.


How to do that?


By creating a link between leboncoin.fr, meilleursagents.com and the end-user.


Stack

node.js + NPM + Material Design (mdl, bootstrap...) + Vanilla JS

Step 1

Classified ad real estate definition


Define the JSON schema for a real estate leboncoin.fr classified ad.


Step 2

Estimation from Meilleurs agents


Define the JSON schema to compute the square meter estimation for a real estate ad.


Step 3

Connexion?


Write a User Flow


Step 4

require('leboncoin')

From the ad url, scrap the webpage and return the real estate properties in JSON format.


Step 5

require('meilleursagents')

From a real estate ad JSON object, determine:

  • price for the square meter
  • if it's a good deal

Step 6

node app.js

Build the Node server with Express.


Step 7

UX/UI


From a leboncoin real estate ad url, compute the price by square meter and give a feedback to the user about the deal (good or not).


1 week


production ?