Skip to content

Happiness-ShowRoom/Undervalued_RE

Repository files navigation

Undervalued RE Finder

Undervalued_RE helps you to locate undervalued Real Estate based on your search criteria, market estimates and government tax assessments.

Installation

Download and install Node.js to run the Undervalued_RE. To install all the required npm modules, on the command line, in the root directory of the framework module, run:

npm install

Usage

After all the node modules have been downloaded, navigate to "TestData" folder, open the "SearchCriteria.json" file and specify the criteria for your query.

"appData":{
        "city": "Arlington, TX",
        "propertyType": "house+townhouse",
        "minPrice": "400k",
        "maxPrice": "500k",
        "minBeds" : "2",
        "maxBeds" : "5",
        "maxDaysOnMarket" : "30",
        "hasGarage" : "has-garage",
        "status" : "active"
    }

Navigate to "Configuration" folder and run:

protractor conf.js

Results will be outputted to "Results.xlsx" once the execution has finished, showing only those properties listed for less than an estimated market value.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published