This is a CLI application which scraps data from Rightmove in order to display selling history information for the postcode given.
In order to run the application, go to the root directory of the application and run the following command:
php artisan rightmove:crawl
You can validate the available unit tests by running php artisan test --testsuite=Unit
.