From 62825829e298caee807c1def5ace9409d691d744 Mon Sep 17 00:00:00 2001 From: Jorge Bolois Guerrero Date: Tue, 5 Jul 2022 20:09:41 +0200 Subject: [PATCH] Separating code into files. Bundling the code with node. Adding some neccesary files. --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 280d3d0..0725235 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ -# idealista-enhancer -Personal Idealista Enhancer +# Idealista Enhancer + +Quick-view information for the flats. It also features some personalization to color the items if they fit your search parameters. + + + +## Manual compile +Clone the repository. + + npm install + npm run bundle + + +Then use **app.bundle.js** in your prefered browser script manager.