github.com/92bondstreet/carrez
Estimatation of square meter by town
leader of classified ad
Determine if the price of a real estate on leboncoin.fr classified ad is a good deal.
By creating a link between leboncoin.fr, meilleursagents.com and the end-user.
node.js + NPM + Material Design (mdl, bootstrap...) + Vanilla JS
Define the JSON schema for a real estate leboncoin.fr classified ad.
Define the JSON schema to compute the square meter estimation for a real estate ad.
Write a User Flow
require('leboncoin')
From the ad url, scrap the webpage and return the real estate properties in JSON format.
require('meilleursagents')
From a real estate ad JSON object, determine:
- price for the square meter
- if it's a good deal
node app.js
Build the Node server with Express.
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).