Super Scraper scrap the Unite Students site for properties and rooms data
clone code form github
$ git clone https://github.com/wbien/scraper.gitinstall dependencies
$ cd scraper
$ composer installdefault csv output
$ cd app
$ php scraper.phpto output json, use:
$ php scraper.php -f jsonUsing ready components as possible, and try to keep project as simple as possible with OOP approach. Due to too enthusiastic decision and time limitation, test will be available in next iteration.